Html Css Color HEX #DEEECD Frostee

📋 copy color: '#DEEECD'

red 222 ◦ green 238 ◦ blue 205

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

Shades of Frostee #DEEECD

Tints of Frostee #DEEECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 30.83%

R = 33.38%
G = 35.79%
B = 30.83%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#DEEECD (or 0xDEEECD) is known color: Frostee. HEX triplet: DE, EE and CD. RGB value is (222,238,205). Sum of RGB (Red+Green+Blue) = 222+238+205=665 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.38% from 665); Green value is 238 (93.36% from 255 or 35.79% from 665); Blue value is 205 (80.47% from 255 or 30.83% from 665); Max value from RGB is 238 - color contains mainly: green. Hex color #DEEECD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEEECD is #211132. Grayscale: #E5E5E5. Windows color (decimal): -2167091 or 13496030. OLE color: 13496030.

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

Color convert

RGB 222 238 205 -
CMYK 0.07 0 0.14 0.07
HSL 89.09º 0.49% 0.87% -
HSV(B) 89.09º 0.14% 0.93% -
XYZ 71.72 81.09 69.63 -
YUV 229.45 114.2 122.68 -
System Red Green Blue C M Y K H S L
Decimal 222 238 205 0.07 0 0.14 0.07 89.09 0.49 0.87
Hex DE EE CD 7 0 E 7 59 31 57
Octal 336 356 315 7 0 16 7 131 61 127
Binary 11011110 11101110 11001101 111 0 1110 111 1011001 110001 1010111

Color Harmonies of #DEEECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEEECD

Black with #DEEECD

Text Example


Text Example

White with #DEEECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEEECD; }

 p { color: rgb(222,238,205); }

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

background-color css

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

 a { background-color: rgb(222,238,205); }

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

border-color css

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

 span { border-color: rgb(222,238,205); }

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