Html Css Color HEX #DEE4BC Frost

📋 copy color: '#DEE4BC'

red 222 ◦ green 228 ◦ blue 188

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

Shades of Frost #DEE4BC

Tints of Frost #DEE4BC

RGB

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

 GREEN value IS 228 (89.45% from 255) = 35.74%

 BLUE value IS 188 (73.83% from 255) = 29.47%

R = 34.8%
G = 35.74%
B = 29.47%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#DEE4BC (or 0xDEE4BC) is known color: Frost. HEX triplet: DE, E4 and BC. RGB value is (222,228,188). Sum of RGB (Red+Green+Blue) = 222+228+188=638 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.80% from 638); Green value is 228 (89.45% from 255 or 35.74% from 638); Blue value is 188 (73.83% from 255 or 29.47% from 638); Max value from RGB is 228 - color contains mainly: green. Hex color #DEE4BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEE4BC is #211B43. Grayscale: #DDDDDD. Windows color (decimal): -2169668 or 12379358. OLE color: 12379358.

HSL color Cylindrical-coordinate representation of color #DEE4BC: hue angle of 69º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DEE4BC is Cyan = 0.03, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB 222 228 188 -
CMYK 0.03 0 0.18 0.11
HSL 69º 0.43% 0.82% -
HSV(B) 69º 0.18% 0.89% -
XYZ 66.94 74.65 58.46 -
YUV 221.65 109.01 128.25 -
System Red Green Blue C M Y K H S L
Decimal 222 228 188 0.03 0 0.18 0.11 69 0.43 0.82
Hex DE E4 BC 3 0 12 B 45 2B 52
Octal 336 344 274 3 0 22 13 105 53 122
Binary 11011110 11100100 10111100 11 0 10010 1011 1000101 101011 1010010

Color Harmonies of #DEE4BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE4BC

Black with #DEE4BC

Text Example


Text Example

White with #DEE4BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE4BC; }

 p { color: rgb(222,228,188); }

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

background-color css

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

 a { background-color: rgb(222,228,188); }

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

border-color css

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

 span { border-color: rgb(222,228,188); }

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