Html Css Color HEX #DCEBCC Frostee

📋 copy color: '#DCEBCC'

red 220 ◦ green 235 ◦ blue 204

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

Shades of Frostee #DCEBCC

Tints of Frostee #DCEBCC

RGB

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

 GREEN value IS 235 (92.19% from 255) = 35.66%

 BLUE value IS 204 (80.08% from 255) = 30.96%

R = 33.38%
G = 35.66%
B = 30.96%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#DCEBCC (or 0xDCEBCC) is known color: Frostee. HEX triplet: DC, EB and CC. RGB value is (220,235,204). Sum of RGB (Red+Green+Blue) = 220+235+204=659 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.38% from 659); Green value is 235 (92.19% from 255 or 35.66% from 659); Blue value is 204 (80.08% from 255 or 30.96% from 659); Max value from RGB is 235 - color contains mainly: green. Hex color #DCEBCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEBCC is #231433. Grayscale: #E3E3E3. Windows color (decimal): -2298932 or 13429724. OLE color: 13429724.

HSL color Cylindrical-coordinate representation of color #DCEBCC: hue angle of 89.03º degrees, saturation: 0.44, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DCEBCC is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB 220 235 204 -
CMYK 0.06 0 0.13 0.08
HSL 89.03º 0.44% 0.86% -
HSV(B) 89.03º 0.13% 0.92% -
XYZ 70.12 78.99 68.68 -
YUV 226.98 115.03 123.02 -
System Red Green Blue C M Y K H S L
Decimal 220 235 204 0.06 0 0.13 0.08 89.03 0.44 0.86
Hex DC EB CC 6 0 D 8 59 2C 56
Octal 334 353 314 6 0 15 10 131 54 126
Binary 11011100 11101011 11001100 110 0 1101 1000 1011001 101100 1010110

Color Harmonies of #DCEBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEBCC

Black with #DCEBCC

Text Example


Text Example

White with #DCEBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEBCC; }

 p { color: rgb(220,235,204); }

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

background-color css

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

 a { background-color: rgb(220,235,204); }

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

border-color css

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

 span { border-color: rgb(220,235,204); }

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