Html Css Color HEX #DAE3BC Frost

📋 copy color: '#DAE3BC'

red 218 ◦ green 227 ◦ blue 188

#DAE3BC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Frost #DAE3BC

Tints of Frost #DAE3BC

RGB

 RED value IS 218 (85.55% from 255) = 34.44%

 GREEN value IS 227 (89.06% from 255) = 35.86%

 BLUE value IS 188 (73.83% from 255) = 29.7%

R = 34.44%
G = 35.86%
B = 29.7%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.17

 K value IS 0.11

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DAE3BC (or 0xDAE3BC) is known color: Frost. HEX triplet: DA, E3 and BC. RGB value is (218,227,188). Sum of RGB (Red+Green+Blue) = 218+227+188=633 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.44% from 633); Green value is 227 (89.06% from 255 or 35.86% from 633); Blue value is 188 (73.83% from 255 or 29.70% from 633); Max value from RGB is 227 - color contains mainly: green. Hex color #DAE3BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE3BC is #251C43. Grayscale: #DCDCDC. Windows color (decimal): -2432068 or 12379098. OLE color: 12379098.

HSL color Cylindrical-coordinate representation of color #DAE3BC: hue angle of 73.85º degrees, saturation: 0.41, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DAE3BC is Cyan = 0.04, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB 218 227 188 -
CMYK 0.04 0 0.17 0.11
HSL 73.85º 0.41% 0.81% -
HSV(B) 73.85º 0.17% 0.89% -
XYZ 65.46 73.47 58.31 -
YUV 219.86 110.02 126.67 -
System Red Green Blue C M Y K H S L
Decimal 218 227 188 0.04 0 0.17 0.11 73.85 0.41 0.81
Hex DA E3 BC 4 0 11 B 4A 29 51
Octal 332 343 274 4 0 21 13 112 51 121
Binary 11011010 11100011 10111100 100 0 10001 1011 1001010 101001 1010001

Color Harmonies of #DAE3BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE3BC

Black with #DAE3BC

Text Example


Text Example

White with #DAE3BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE3BC; }

 p { color: rgb(218,227,188); }

 H1.HeaderClassName
 {
   color: #DAE3BC;
 }
 .AnyTagClassName
 {
   color: #DAE3BC;
 }
</style>

background-color css

<style>
 a { background-color: #DAE3BC; }

 a { background-color: rgb(218,227,188); }

 div.DivClassName
 {
   background-color: #DAE3BC;
 }
 .BgClassName
 {
   background-color: #DAE3BC;
 }
</style>

border-color css

<style>
 span { border-color: #DAE3BC; }

 span { border-color: rgb(218,227,188); }

 td.TdClassName
 {
   border-color: #DAE3BC;
 }
 .TagClassName
 {
   border-color: #DAE3BC;
 }
</style>