Html Css Color HEX #DCE1BB Frost

📋 copy color: '#DCE1BB'

red 220 ◦ green 225 ◦ blue 187

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

Shades of Frost #DCE1BB

Tints of Frost #DCE1BB

RGB

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

 GREEN value IS 225 (88.28% from 255) = 35.6%

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

R = 34.81%
G = 35.6%
B = 29.59%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#DCE1BB (or 0xDCE1BB) is known color: Frost. HEX triplet: DC, E1 and BB. RGB value is (220,225,187). Sum of RGB (Red+Green+Blue) = 220+225+187=632 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.81% from 632); Green value is 225 (88.28% from 255 or 35.60% from 632); Blue value is 187 (73.44% from 255 or 29.59% from 632); Max value from RGB is 225 - color contains mainly: green. Hex color #DCE1BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCE1BB is #231E44. Grayscale: #DBDBDB. Windows color (decimal): -2301509 or 12313052. OLE color: 12313052.

HSL color Cylindrical-coordinate representation of color #DCE1BB: hue angle of 67.89º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DCE1BB is Cyan = 0.02, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB 220 225 187 -
CMYK 0.02 0 0.17 0.12
HSL 67.89º 0.39% 0.81% -
HSV(B) 67.89º 0.17% 0.88% -
XYZ 65.41 72.65 57.59 -
YUV 219.17 109.84 128.59 -
System Red Green Blue C M Y K H S L
Decimal 220 225 187 0.02 0 0.17 0.12 67.89 0.39 0.81
Hex DC E1 BB 2 0 11 C 44 27 51
Octal 334 341 273 2 0 21 14 104 47 121
Binary 11011100 11100001 10111011 10 0 10001 1100 1000100 100111 1010001

Color Harmonies of #DCE1BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE1BB

Black with #DCE1BB

Text Example


Text Example

White with #DCE1BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE1BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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