Html Css Color HEX #DFEBD4 Frostee

📋 copy color: '#DFEBD4'

red 223 ◦ green 235 ◦ blue 212

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

Shades of Frostee #DFEBD4

Tints of Frostee #DFEBD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 31.64%

R = 33.28%
G = 35.07%
B = 31.64%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.10

 K value IS 0.08

RGB Variations

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

Color information

#DFEBD4 (or 0xDFEBD4) is known color: Frostee. HEX triplet: DF, EB and D4. RGB value is (223,235,212). Sum of RGB (Red+Green+Blue) = 223+235+212=670 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.28% from 670); Green value is 235 (92.19% from 255 or 35.07% from 670); Blue value is 212 (83.20% from 255 or 31.64% from 670); Max value from RGB is 235 - color contains mainly: green. Hex color #DFEBD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFEBD4 is #20142B. Grayscale: #E4E4E4. Windows color (decimal): -2102316 or 13954015. OLE color: 13954015.

HSL color Cylindrical-coordinate representation of color #DFEBD4: hue angle of 91.3º degrees, saturation: 0.37, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DFEBD4 is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.

Color convert

RGB 223 235 212 -
CMYK 0.05 0 0.10 0.08
HSL 91.3º 0.37% 0.88% -
HSV(B) 91.3º 0.1% 0.92% -
XYZ 72.02 79.86 73.91 -
YUV 228.79 118.52 123.87 -
System Red Green Blue C M Y K H S L
Decimal 223 235 212 0.05 0 0.10 0.08 91.3 0.37 0.88
Hex DF EB D4 5 0 A 8 5B 25 58
Octal 337 353 324 5 0 12 10 133 45 130
Binary 11011111 11101011 11010100 101 0 1010 1000 1011011 100101 1011000

Color Harmonies of #DFEBD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFEBD4

Black with #DFEBD4

Text Example


Text Example

White with #DFEBD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFEBD4; }

 p { color: rgb(223,235,212); }

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

background-color css

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

 a { background-color: rgb(223,235,212); }

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

border-color css

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

 span { border-color: rgb(223,235,212); }

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