Html Css Color HEX #DFECD3 Frostee

📋 copy color: '#DFECD3'

red 223 ◦ green 236 ◦ blue 211

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

Shades of Frostee #DFECD3

Tints of Frostee #DFECD3

RGB

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

 GREEN value IS 236 (92.58% from 255) = 35.22%

 BLUE value IS 211 (82.81% from 255) = 31.49%

R = 33.28%
G = 35.22%
B = 31.49%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#DFECD3 (or 0xDFECD3) is known color: Frostee. HEX triplet: DF, EC and D3. RGB value is (223,236,211). Sum of RGB (Red+Green+Blue) = 223+236+211=670 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.28% from 670); Green value is 236 (92.58% from 255 or 35.22% from 670); Blue value is 211 (82.81% from 255 or 31.49% from 670); Max value from RGB is 236 - color contains mainly: green. Hex color #DFECD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFECD3 is #20132C. Grayscale: #E5E5E5. Windows color (decimal): -2102061 or 13888735. OLE color: 13888735.

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

Color convert

RGB 223 236 211 -
CMYK 0.06 0 0.11 0.07
HSL 91.2º 0.4% 0.88% -
HSV(B) 91.2º 0.11% 0.93% -
XYZ 72.18 80.38 73.34 -
YUV 229.26 117.69 123.53 -
System Red Green Blue C M Y K H S L
Decimal 223 236 211 0.06 0 0.11 0.07 91.2 0.4 0.88
Hex DF EC D3 6 0 B 7 5B 28 58
Octal 337 354 323 6 0 13 7 133 50 130
Binary 11011111 11101100 11010011 110 0 1011 111 1011011 101000 1011000

Color Harmonies of #DFECD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFECD3

Black with #DFECD3

Text Example


Text Example

White with #DFECD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFECD3; }

 p { color: rgb(223,236,211); }

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

background-color css

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

 a { background-color: rgb(223,236,211); }

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

border-color css

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

 span { border-color: rgb(223,236,211); }

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