Html Css Color HEX #DCE9CB Frostee

📋 copy color: '#DCE9CB'

red 220 ◦ green 233 ◦ blue 203

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

Shades of Frostee #DCE9CB

Tints of Frostee #DCE9CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 30.95%

R = 33.54%
G = 35.52%
B = 30.95%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.13

 K value IS 0.09

RGB Variations

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

Color information

#DCE9CB (or 0xDCE9CB) is known color: Frostee. HEX triplet: DC, E9 and CB. RGB value is (220,233,203). Sum of RGB (Red+Green+Blue) = 220+233+203=656 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.54% from 656); Green value is 233 (91.41% from 255 or 35.52% from 656); Blue value is 203 (79.69% from 255 or 30.95% from 656); Max value from RGB is 233 - color contains mainly: green. Hex color #DCE9CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCE9CB is #231634. Grayscale: #E1E1E1. Windows color (decimal): -2299445 or 13363676. OLE color: 13363676.

HSL color Cylindrical-coordinate representation of color #DCE9CB: hue angle of 86º degrees, saturation: 0.41, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DCE9CB is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB 220 233 203 -
CMYK 0.06 0 0.13 0.09
HSL 86º 0.41% 0.85% -
HSV(B) 86º 0.13% 0.91% -
XYZ 69.43 77.81 67.86 -
YUV 225.69 115.19 123.94 -
System Red Green Blue C M Y K H S L
Decimal 220 233 203 0.06 0 0.13 0.09 86 0.41 0.85
Hex DC E9 CB 6 0 D 9 56 29 55
Octal 334 351 313 6 0 15 11 126 51 125
Binary 11011100 11101001 11001011 110 0 1101 1001 1010110 101001 1010101

Color Harmonies of #DCE9CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE9CB

Black with #DCE9CB

Text Example


Text Example

White with #DCE9CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE9CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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