Html Css Color HEX #DEEECB Frostee

📋 copy color: '#DEEECB'

red 222 ◦ green 238 ◦ blue 203

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

Shades of Frostee #DEEECB

Tints of Frostee #DEEECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 30.62%

R = 33.48%
G = 35.9%
B = 30.62%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#DEEECB (or 0xDEEECB) is known color: Frostee. HEX triplet: DE, EE and CB. RGB value is (222,238,203). Sum of RGB (Red+Green+Blue) = 222+238+203=663 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.48% from 663); Green value is 238 (93.36% from 255 or 35.90% from 663); Blue value is 203 (79.69% from 255 or 30.62% from 663); Max value from RGB is 238 - color contains mainly: green. Hex color #DEEECB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEEECB is #211134. Grayscale: #E5E5E5. Windows color (decimal): -2167093 or 13364958. OLE color: 13364958.

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

Color convert

RGB 222 238 203 -
CMYK 0.07 0 0.15 0.07
HSL 87.43º 0.51% 0.86% -
HSV(B) 87.43º 0.15% 0.93% -
XYZ 71.48 80.99 68.37 -
YUV 229.23 113.2 122.85 -
System Red Green Blue C M Y K H S L
Decimal 222 238 203 0.07 0 0.15 0.07 87.43 0.51 0.86
Hex DE EE CB 7 0 F 7 57 33 56
Octal 336 356 313 7 0 17 7 127 63 126
Binary 11011110 11101110 11001011 111 0 1111 111 1010111 110011 1010110

Color Harmonies of #DEEECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEEECB

Black with #DEEECB

Text Example


Text Example

White with #DEEECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEEECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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