Html Css Color HEX #DFEECE Frostee

📋 copy color: '#DFEECE'

red 223 ◦ green 238 ◦ blue 206

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

Shades of Frostee #DFEECE

Tints of Frostee #DFEECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 30.88%

R = 33.43%
G = 35.68%
B = 30.88%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#DFEECE (or 0xDFEECE) is known color: Frostee. HEX triplet: DF, EE and CE. RGB value is (223,238,206). Sum of RGB (Red+Green+Blue) = 223+238+206=667 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.43% from 667); Green value is 238 (93.36% from 255 or 35.68% from 667); Blue value is 206 (80.86% from 255 or 30.88% from 667); Max value from RGB is 238 - color contains mainly: green. Hex color #DFEECE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFEECE is #201131. Grayscale: #E5E5E5. Windows color (decimal): -2101554 or 13561567. OLE color: 13561567.

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

Color convert

RGB 223 238 206 -
CMYK 0.06 0 0.13 0.07
HSL 88.13º 0.48% 0.87% -
HSV(B) 88.13º 0.13% 0.93% -
XYZ 72.15 81.29 70.28 -
YUV 229.87 114.53 123.1 -
System Red Green Blue C M Y K H S L
Decimal 223 238 206 0.06 0 0.13 0.07 88.13 0.48 0.87
Hex DF EE CE 6 0 D 7 58 30 57
Octal 337 356 316 6 0 15 7 130 60 127
Binary 11011111 11101110 11001110 110 0 1101 111 1011000 110000 1010111

Color Harmonies of #DFEECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFEECE

Black with #DFEECE

Text Example


Text Example

White with #DFEECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFEECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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