Html Css Color HEX #DEECBB Frost

📋 copy color: '#DEECBB'

red 222 ◦ green 236 ◦ blue 187

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

Shades of Frost #DEECBB

Tints of Frost #DEECBB

RGB

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

 GREEN value IS 236 (92.58% from 255) = 36.59%

 BLUE value IS 187 (73.44% from 255) = 28.99%

R = 34.42%
G = 36.59%
B = 28.99%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#DEECBB (or 0xDEECBB) is known color: Frost. HEX triplet: DE, EC and BB. RGB value is (222,236,187). Sum of RGB (Red+Green+Blue) = 222+236+187=645 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.42% from 645); Green value is 236 (92.58% from 255 or 36.59% from 645); Blue value is 187 (73.44% from 255 or 28.99% from 645); Max value from RGB is 236 - color contains mainly: green. Hex color #DEECBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEECBB is #211344. Grayscale: #E2E2E2. Windows color (decimal): -2167621 or 12315870. OLE color: 12315870.

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

Color convert

RGB 222 236 187 -
CMYK 0.06 0 0.21 0.07
HSL 77.14º 0.56% 0.83% -
HSV(B) 77.14º 0.21% 0.93% -
XYZ 69.09 79.11 58.64 -
YUV 226.23 105.86 124.98 -
System Red Green Blue C M Y K H S L
Decimal 222 236 187 0.06 0 0.21 0.07 77.14 0.56 0.83
Hex DE EC BB 6 0 15 7 4D 38 53
Octal 336 354 273 6 0 25 7 115 70 123
Binary 11011110 11101100 10111011 110 0 10101 111 1001101 111000 1010011

Color Harmonies of #DEECBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEECBB

Black with #DEECBB

Text Example


Text Example

White with #DEECBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEECBB; }

 p { color: rgb(222,236,187); }

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

background-color css

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

 a { background-color: rgb(222,236,187); }

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

border-color css

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

 span { border-color: rgb(222,236,187); }

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