Html Css Color HEX #DCEEC9 Frostee

📋 copy color: '#DCEEC9'

red 220 ◦ green 238 ◦ blue 201

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

Shades of Frostee #DCEEC9

Tints of Frostee #DCEEC9

RGB

 RED value IS 220 (86.33% from 255) = 33.38%

 GREEN value IS 238 (93.36% from 255) = 36.12%

 BLUE value IS 201 (78.91% from 255) = 30.5%

R = 33.38%
G = 36.12%
B = 30.5%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#DCEEC9 (or 0xDCEEC9) is known color: Frostee. HEX triplet: DC, EE and C9. RGB value is (220,238,201). Sum of RGB (Red+Green+Blue) = 220+238+201=659 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.38% from 659); Green value is 238 (93.36% from 255 or 36.12% from 659); Blue value is 201 (78.91% from 255 or 30.50% from 659); Max value from RGB is 238 - color contains mainly: green. Hex color #DCEEC9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEEC9 is #231136. Grayscale: #E4E4E4. Windows color (decimal): -2298167 or 13233884. OLE color: 13233884.

HSL color Cylindrical-coordinate representation of color #DCEEC9: hue angle of 89.19º degrees, saturation: 0.52, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DCEEC9 is Cyan = 0.08, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB 220 238 201 -
CMYK 0.08 0 0.16 0.07
HSL 89.19º 0.52% 0.86% -
HSV(B) 89.19º 0.16% 0.93% -
XYZ 70.63 80.58 67.09 -
YUV 228.4 112.54 122.01 -
System Red Green Blue C M Y K H S L
Decimal 220 238 201 0.08 0 0.16 0.07 89.19 0.52 0.86
Hex DC EE C9 8 0 10 7 59 34 56
Octal 334 356 311 10 0 20 7 131 64 126
Binary 11011100 11101110 11001001 1000 0 10000 111 1011001 110100 1010110

Color Harmonies of #DCEEC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEEC9

Black with #DCEEC9

Text Example


Text Example

White with #DCEEC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEEC9; }

 p { color: rgb(220,238,201); }

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

background-color css

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

 a { background-color: rgb(220,238,201); }

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

border-color css

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

 span { border-color: rgb(220,238,201); }

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