Html Css Color HEX #DEE6BC Frost

📋 copy color: '#DEE6BC'

red 222 ◦ green 230 ◦ blue 188

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

Shades of Frost #DEE6BC

Tints of Frost #DEE6BC

RGB

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

 GREEN value IS 230 (90.23% from 255) = 35.94%

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

R = 34.69%
G = 35.94%
B = 29.38%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.18

 K value IS 0.10

RGB Variations

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

Color information

#DEE6BC (or 0xDEE6BC) is known color: Frost. HEX triplet: DE, E6 and BC. RGB value is (222,230,188). Sum of RGB (Red+Green+Blue) = 222+230+188=640 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.69% from 640); Green value is 230 (90.23% from 255 or 35.94% from 640); Blue value is 188 (73.83% from 255 or 29.38% from 640); Max value from RGB is 230 - color contains mainly: green. Hex color #DEE6BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEE6BC is #211943. Grayscale: #DEDEDE. Windows color (decimal): -2169156 or 12379870. OLE color: 12379870.

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

Color convert

RGB 222 230 188 -
CMYK 0.03 0 0.18 0.10
HSL 71.43º 0.46% 0.82% -
HSV(B) 71.43º 0.18% 0.9% -
XYZ 67.5 75.75 58.64 -
YUV 222.82 108.35 127.42 -
System Red Green Blue C M Y K H S L
Decimal 222 230 188 0.03 0 0.18 0.10 71.43 0.46 0.82
Hex DE E6 BC 3 0 12 A 47 2E 52
Octal 336 346 274 3 0 22 12 107 56 122
Binary 11011110 11100110 10111100 11 0 10010 1010 1000111 101110 1010010

Color Harmonies of #DEE6BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE6BC

Black with #DEE6BC

Text Example


Text Example

White with #DEE6BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE6BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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