Html Css Color HEX #DCE2BB Frost

📋 copy color: '#DCE2BB'

red 220 ◦ green 226 ◦ blue 187

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

Shades of Frost #DCE2BB

Tints of Frost #DCE2BB

RGB

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

 GREEN value IS 226 (88.67% from 255) = 35.7%

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

R = 34.76%
G = 35.7%
B = 29.54%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.17

 K value IS 0.11

RGB Variations

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

Color information

#DCE2BB (or 0xDCE2BB) is known color: Frost. HEX triplet: DC, E2 and BB. RGB value is (220,226,187). Sum of RGB (Red+Green+Blue) = 220+226+187=633 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.76% from 633); Green value is 226 (88.67% from 255 or 35.70% from 633); Blue value is 187 (73.44% from 255 or 29.54% from 633); Max value from RGB is 226 - color contains mainly: green. Hex color #DCE2BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCE2BB is #231D44. Grayscale: #DBDBDB. Windows color (decimal): -2301253 or 12313308. OLE color: 12313308.

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

Color convert

RGB 220 226 187 -
CMYK 0.03 0 0.17 0.11
HSL 69.23º 0.4% 0.81% -
HSV(B) 69.23º 0.17% 0.89% -
XYZ 65.68 73.2 57.68 -
YUV 219.76 109.51 128.17 -
System Red Green Blue C M Y K H S L
Decimal 220 226 187 0.03 0 0.17 0.11 69.23 0.4 0.81
Hex DC E2 BB 3 0 11 B 45 28 51
Octal 334 342 273 3 0 21 13 105 50 121
Binary 11011100 11100010 10111011 11 0 10001 1011 1000101 101000 1010001

Color Harmonies of #DCE2BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE2BB

Black with #DCE2BB

Text Example


Text Example

White with #DCE2BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE2BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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