Html Css Color HEX #DCEBC9 Frostee

📋 copy color: '#DCEBC9'

red 220 ◦ green 235 ◦ blue 201

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

Shades of Frostee #DCEBC9

Tints of Frostee #DCEBC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 30.64%

R = 33.54%
G = 35.82%
B = 30.64%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#DCEBC9 (or 0xDCEBC9) is known color: Frostee. HEX triplet: DC, EB and C9. RGB value is (220,235,201). Sum of RGB (Red+Green+Blue) = 220+235+201=656 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.54% from 656); Green value is 235 (92.19% from 255 or 35.82% from 656); Blue value is 201 (78.91% from 255 or 30.64% from 656); Max value from RGB is 235 - color contains mainly: green. Hex color #DCEBC9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEBC9 is #231436. Grayscale: #E2E2E2. Windows color (decimal): -2298935 or 13233116. OLE color: 13233116.

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

Color convert

RGB 220 235 201 -
CMYK 0.06 0 0.14 0.08
HSL 86.47º 0.46% 0.85% -
HSV(B) 86.47º 0.14% 0.92% -
XYZ 69.77 78.85 66.8 -
YUV 226.64 113.53 123.26 -
System Red Green Blue C M Y K H S L
Decimal 220 235 201 0.06 0 0.14 0.08 86.47 0.46 0.85
Hex DC EB C9 6 0 E 8 56 2E 55
Octal 334 353 311 6 0 16 10 126 56 125
Binary 11011100 11101011 11001001 110 0 1110 1000 1010110 101110 1010101

Color Harmonies of #DCEBC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEBC9

Black with #DCEBC9

Text Example


Text Example

White with #DCEBC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEBC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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