Html Css Color HEX #DCEDC7 Frostee

📋 copy color: '#DCEDC7'

red 220 ◦ green 237 ◦ blue 199

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

Shades of Frostee #DCEDC7

Tints of Frostee #DCEDC7

RGB

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

 GREEN value IS 237 (92.97% from 255) = 36.13%

 BLUE value IS 199 (78.13% from 255) = 30.34%

R = 33.54%
G = 36.13%
B = 30.34%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#DCEDC7 (or 0xDCEDC7) is known color: Frostee. HEX triplet: DC, ED and C7. RGB value is (220,237,199). Sum of RGB (Red+Green+Blue) = 220+237+199=656 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.54% from 656); Green value is 237 (92.97% from 255 or 36.13% from 656); Blue value is 199 (78.12% from 255 or 30.34% from 656); Max value from RGB is 237 - color contains mainly: green. Hex color #DCEDC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEDC7 is #231238. Grayscale: #E3E3E3. Windows color (decimal): -2298425 or 13102556. OLE color: 13102556.

HSL color Cylindrical-coordinate representation of color #DCEDC7: hue angle of 86.84º degrees, saturation: 0.51, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DCEDC7 is Cyan = 0.07, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB 220 237 199 -
CMYK 0.07 0 0.16 0.07
HSL 86.84º 0.51% 0.85% -
HSV(B) 86.84º 0.16% 0.93% -
XYZ 70.11 79.91 65.76 -
YUV 227.59 111.87 122.59 -
System Red Green Blue C M Y K H S L
Decimal 220 237 199 0.07 0 0.16 0.07 86.84 0.51 0.85
Hex DC ED C7 7 0 10 7 57 33 55
Octal 334 355 307 7 0 20 7 127 63 125
Binary 11011100 11101101 11000111 111 0 10000 111 1010111 110011 1010101

Color Harmonies of #DCEDC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEDC7

Black with #DCEDC7

Text Example


Text Example

White with #DCEDC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEDC7; }

 p { color: rgb(220,237,199); }

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

background-color css

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

 a { background-color: rgb(220,237,199); }

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

border-color css

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

 span { border-color: rgb(220,237,199); }

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