Html Css Color HEX #DCE7BB Frost

📋 copy color: '#DCE7BB'

red 220 ◦ green 231 ◦ blue 187

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

Shades of Frost #DCE7BB

Tints of Frost #DCE7BB

RGB

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

 GREEN value IS 231 (90.63% from 255) = 36.21%

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

R = 34.48%
G = 36.21%
B = 29.31%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#DCE7BB (or 0xDCE7BB) is known color: Frost. HEX triplet: DC, E7 and BB. RGB value is (220,231,187). Sum of RGB (Red+Green+Blue) = 220+231+187=638 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.48% from 638); Green value is 231 (90.62% from 255 or 36.21% from 638); Blue value is 187 (73.44% from 255 or 29.31% from 638); Max value from RGB is 231 - color contains mainly: green. Hex color #DCE7BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCE7BB is #231844. Grayscale: #DEDEDE. Windows color (decimal): -2299973 or 12314588. OLE color: 12314588.

HSL color Cylindrical-coordinate representation of color #DCE7BB: hue angle of 75º degrees, saturation: 0.48, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DCE7BB is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB 220 231 187 -
CMYK 0.05 0 0.19 0.09
HSL 75º 0.48% 0.82% -
HSV(B) 75º 0.19% 0.91% -
XYZ 67.06 75.96 58.14 -
YUV 222.7 107.86 126.08 -
System Red Green Blue C M Y K H S L
Decimal 220 231 187 0.05 0 0.19 0.09 75 0.48 0.82
Hex DC E7 BB 5 0 13 9 4B 30 52
Octal 334 347 273 5 0 23 11 113 60 122
Binary 11011100 11100111 10111011 101 0 10011 1001 1001011 110000 1010010

Color Harmonies of #DCE7BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE7BB

Black with #DCE7BB

Text Example


Text Example

White with #DCE7BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE7BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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