Html Css Color HEX #DCE4BB Frost

📋 copy color: '#DCE4BB'

red 220 ◦ green 228 ◦ blue 187

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

Shades of Frost #DCE4BB

Tints of Frost #DCE4BB

RGB

 RED value IS 220 (86.33% from 255) = 34.65%

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

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

R = 34.65%
G = 35.91%
B = 29.45%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#DCE4BB (or 0xDCE4BB) is known color: Frost. HEX triplet: DC, E4 and BB. RGB value is (220,228,187). Sum of RGB (Red+Green+Blue) = 220+228+187=635 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.65% from 635); Green value is 228 (89.45% from 255 or 35.91% from 635); Blue value is 187 (73.44% from 255 or 29.45% from 635); Max value from RGB is 228 - color contains mainly: green. Hex color #DCE4BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCE4BB is #231B44. Grayscale: #DDDDDD. Windows color (decimal): -2300741 or 12313820. OLE color: 12313820.

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

Color convert

RGB 220 228 187 -
CMYK 0.04 0 0.18 0.11
HSL 71.71º 0.43% 0.81% -
HSV(B) 71.71º 0.18% 0.89% -
XYZ 66.23 74.29 57.86 -
YUV 220.93 108.85 127.33 -
System Red Green Blue C M Y K H S L
Decimal 220 228 187 0.04 0 0.18 0.11 71.71 0.43 0.81
Hex DC E4 BB 4 0 12 B 48 2B 51
Octal 334 344 273 4 0 22 13 110 53 121
Binary 11011100 11100100 10111011 100 0 10010 1011 1001000 101011 1010001

Color Harmonies of #DCE4BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE4BB

Black with #DCE4BB

Text Example


Text Example

White with #DCE4BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE4BB; }

 p { color: rgb(220,228,187); }

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

background-color css

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

 a { background-color: rgb(220,228,187); }

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

border-color css

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

 span { border-color: rgb(220,228,187); }

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