Html Css Color HEX #DAE7CC Frostee

📋 copy color: '#DAE7CC'

red 218 ◦ green 231 ◦ blue 204

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

Shades of Frostee #DAE7CC

Tints of Frostee #DAE7CC

RGB

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

 GREEN value IS 231 (90.63% from 255) = 35.38%

 BLUE value IS 204 (80.08% from 255) = 31.24%

R = 33.38%
G = 35.38%
B = 31.24%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#DAE7CC (or 0xDAE7CC) is known color: Frostee. HEX triplet: DA, E7 and CC. RGB value is (218,231,204). Sum of RGB (Red+Green+Blue) = 218+231+204=653 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.38% from 653); Green value is 231 (90.62% from 255 or 35.38% from 653); Blue value is 204 (80.08% from 255 or 31.24% from 653); Max value from RGB is 231 - color contains mainly: green. Hex color #DAE7CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAE7CC is #251833. Grayscale: #E0E0E0. Windows color (decimal): -2431028 or 13428698. OLE color: 13428698.

HSL color Cylindrical-coordinate representation of color #DAE7CC: hue angle of 88.89º degrees, saturation: 0.36, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DAE7CC is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB 218 231 204 -
CMYK 0.06 0 0.12 0.09
HSL 88.89º 0.36% 0.85% -
HSV(B) 88.89º 0.12% 0.91% -
XYZ 68.39 76.42 68.27 -
YUV 224.04 116.69 123.7 -
System Red Green Blue C M Y K H S L
Decimal 218 231 204 0.06 0 0.12 0.09 88.89 0.36 0.85
Hex DA E7 CC 6 0 C 9 59 24 55
Octal 332 347 314 6 0 14 11 131 44 125
Binary 11011010 11100111 11001100 110 0 1100 1001 1011001 100100 1010101

Color Harmonies of #DAE7CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE7CC

Black with #DAE7CC

Text Example


Text Example

White with #DAE7CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE7CC; }

 p { color: rgb(218,231,204); }

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

background-color css

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

 a { background-color: rgb(218,231,204); }

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

border-color css

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

 span { border-color: rgb(218,231,204); }

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