Html Css Color HEX #DEEDCC Frostee

📋 copy color: '#DEEDCC'

red 222 ◦ green 237 ◦ blue 204

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

Shades of Frostee #DEEDCC

Tints of Frostee #DEEDCC

RGB

 RED value IS 222 (87.11% from 255) = 33.48%

 GREEN value IS 237 (92.97% from 255) = 35.75%

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

R = 33.48%
G = 35.75%
B = 30.77%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#DEEDCC (or 0xDEEDCC) is known color: Frostee. HEX triplet: DE, ED and CC. RGB value is (222,237,204). Sum of RGB (Red+Green+Blue) = 222+237+204=663 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.48% from 663); Green value is 237 (92.97% from 255 or 35.75% from 663); Blue value is 204 (80.08% from 255 or 30.77% from 663); Max value from RGB is 237 - color contains mainly: green. Hex color #DEEDCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEEDCC is #211233. Grayscale: #E4E4E4. Windows color (decimal): -2167348 or 13430238. OLE color: 13430238.

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

Color convert

RGB 222 237 204 -
CMYK 0.06 0 0.14 0.07
HSL 87.27º 0.48% 0.86% -
HSV(B) 87.27º 0.14% 0.93% -
XYZ 71.31 80.46 68.9 -
YUV 228.75 114.03 123.18 -
System Red Green Blue C M Y K H S L
Decimal 222 237 204 0.06 0 0.14 0.07 87.27 0.48 0.86
Hex DE ED CC 6 0 E 7 57 30 56
Octal 336 355 314 6 0 16 7 127 60 126
Binary 11011110 11101101 11001100 110 0 1110 111 1010111 110000 1010110

Color Harmonies of #DEEDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEEDCC

Black with #DEEDCC

Text Example


Text Example

White with #DEEDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEEDCC; }

 p { color: rgb(222,237,204); }

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

background-color css

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

 a { background-color: rgb(222,237,204); }

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

border-color css

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

 span { border-color: rgb(222,237,204); }

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