Html Css Color HEX #DCE9BB Frost

📋 copy color: '#DCE9BB'

red 220 ◦ green 233 ◦ blue 187

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

Shades of Frost #DCE9BB

Tints of Frost #DCE9BB

RGB

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

 GREEN value IS 233 (91.41% from 255) = 36.41%

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

R = 34.38%
G = 36.41%
B = 29.22%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.20

 K value IS 0.09

RGB Variations

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

Color information

#DCE9BB (or 0xDCE9BB) is known color: Frost. HEX triplet: DC, E9 and BB. RGB value is (220,233,187). Sum of RGB (Red+Green+Blue) = 220+233+187=640 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.38% from 640); Green value is 233 (91.41% from 255 or 36.41% from 640); Blue value is 187 (73.44% from 255 or 29.22% from 640); Max value from RGB is 233 - color contains mainly: green. Hex color #DCE9BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCE9BB is #231644. Grayscale: #E0E0E0. Windows color (decimal): -2299461 or 12315100. OLE color: 12315100.

HSL color Cylindrical-coordinate representation of color #DCE9BB: hue angle of 76.96º degrees, saturation: 0.51, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DCE9BB is Cyan = 0.06, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.

Color convert

RGB 220 233 187 -
CMYK 0.06 0 0.20 0.09
HSL 76.96º 0.51% 0.82% -
HSV(B) 76.96º 0.2% 0.91% -
XYZ 67.62 77.08 58.33 -
YUV 223.87 107.19 125.24 -
System Red Green Blue C M Y K H S L
Decimal 220 233 187 0.06 0 0.20 0.09 76.96 0.51 0.82
Hex DC E9 BB 6 0 14 9 4D 33 52
Octal 334 351 273 6 0 24 11 115 63 122
Binary 11011100 11101001 10111011 110 0 10100 1001 1001101 110011 1010010

Color Harmonies of #DCE9BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE9BB

Black with #DCE9BB

Text Example


Text Example

White with #DCE9BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE9BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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