Html Css Color HEX #DFEECD Frostee

📋 copy color: '#DFEECD'

red 223 ◦ green 238 ◦ blue 205

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

Shades of Frostee #DFEECD

Tints of Frostee #DFEECD

RGB

 RED value IS 223 (87.5% from 255) = 33.48%

 GREEN value IS 238 (93.36% from 255) = 35.74%

 BLUE value IS 205 (80.47% from 255) = 30.78%

R = 33.48%
G = 35.74%
B = 30.78%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#DFEECD (or 0xDFEECD) is known color: Frostee. HEX triplet: DF, EE and CD. RGB value is (223,238,205). Sum of RGB (Red+Green+Blue) = 223+238+205=666 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.48% from 666); Green value is 238 (93.36% from 255 or 35.74% from 666); Blue value is 205 (80.47% from 255 or 30.78% from 666); Max value from RGB is 238 - color contains mainly: green. Hex color #DFEECD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFEECD is #201132. Grayscale: #E5E5E5. Windows color (decimal): -2101555 or 13496031. OLE color: 13496031.

HSL color Cylindrical-coordinate representation of color #DFEECD: hue angle of 87.27º degrees, saturation: 0.49, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DFEECD is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 223 238 205 -
CMYK 0.06 0 0.14 0.07
HSL 87.27º 0.49% 0.87% -
HSV(B) 87.27º 0.14% 0.93% -
XYZ 72.03 81.24 69.64 -
YUV 229.75 114.03 123.18 -
System Red Green Blue C M Y K H S L
Decimal 223 238 205 0.06 0 0.14 0.07 87.27 0.49 0.87
Hex DF EE CD 6 0 E 7 57 31 57
Octal 337 356 315 6 0 16 7 127 61 127
Binary 11011111 11101110 11001101 110 0 1110 111 1010111 110001 1010111

Color Harmonies of #DFEECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFEECD

Black with #DFEECD

Text Example


Text Example

White with #DFEECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFEECD; }

 p { color: rgb(223,238,205); }

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

background-color css

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

 a { background-color: rgb(223,238,205); }

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

border-color css

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

 span { border-color: rgb(223,238,205); }

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