Html Css Color HEX #DAE6CC Frostee

📋 copy color: '#DAE6CC'

red 218 ◦ green 230 ◦ blue 204

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

Shades of Frostee #DAE6CC

Tints of Frostee #DAE6CC

RGB

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

 GREEN value IS 230 (90.23% from 255) = 35.28%

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

R = 33.44%
G = 35.28%
B = 31.29%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#DAE6CC (or 0xDAE6CC) is known color: Frostee. HEX triplet: DA, E6 and CC. RGB value is (218,230,204). Sum of RGB (Red+Green+Blue) = 218+230+204=652 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.44% from 652); Green value is 230 (90.23% from 255 or 35.28% from 652); Blue value is 204 (80.08% from 255 or 31.29% from 652); Max value from RGB is 230 - color contains mainly: green. Hex color #DAE6CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAE6CC is #251933. Grayscale: #DFDFDF. Windows color (decimal): -2431284 or 13428442. OLE color: 13428442.

HSL color Cylindrical-coordinate representation of color #DAE6CC: hue angle of 87.69º degrees, saturation: 0.34, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DAE6CC is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.

Color convert

RGB 218 230 204 -
CMYK 0.05 0 0.11 0.10
HSL 87.69º 0.34% 0.85% -
HSV(B) 87.69º 0.11% 0.9% -
XYZ 68.11 75.86 68.18 -
YUV 223.45 117.02 124.11 -
System Red Green Blue C M Y K H S L
Decimal 218 230 204 0.05 0 0.11 0.10 87.69 0.34 0.85
Hex DA E6 CC 5 0 B A 58 22 55
Octal 332 346 314 5 0 13 12 130 42 125
Binary 11011010 11100110 11001100 101 0 1011 1010 1011000 100010 1010101

Color Harmonies of #DAE6CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE6CC

Black with #DAE6CC

Text Example


Text Example

White with #DAE6CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE6CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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