Html Css Color HEX #DFF0CC Frostee

📋 copy color: '#DFF0CC'

red 223 ◦ green 240 ◦ blue 204

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

Shades of Frostee #DFF0CC

Tints of Frostee #DFF0CC

RGB

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

 GREEN value IS 240 (94.14% from 255) = 35.98%

 BLUE value IS 204 (80.08% from 255) = 30.58%

R = 33.43%
G = 35.98%
B = 30.58%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#DFF0CC (or 0xDFF0CC) is known color: Frostee. HEX triplet: DF, F0 and CC. RGB value is (223,240,204). Sum of RGB (Red+Green+Blue) = 223+240+204=667 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.43% from 667); Green value is 240 (94.14% from 255 or 35.98% from 667); Blue value is 204 (80.08% from 255 or 30.58% from 667); Max value from RGB is 240 - color contains mainly: green. Hex color #DFF0CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFF0CC is #200F33. Grayscale: #E6E6E6. Windows color (decimal): -2101044 or 13431007. OLE color: 13431007.

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

Color convert

RGB 223 240 204 -
CMYK 0.07 0 0.15 0.06
HSL 88.33º 0.55% 0.87% -
HSV(B) 88.33º 0.15% 0.94% -
XYZ 72.49 82.37 69.2 -
YUV 230.81 112.87 122.43 -
System Red Green Blue C M Y K H S L
Decimal 223 240 204 0.07 0 0.15 0.06 88.33 0.55 0.87
Hex DF F0 CC 7 0 F 6 58 37 57
Octal 337 360 314 7 0 17 6 130 67 127
Binary 11011111 11110000 11001100 111 0 1111 110 1011000 110111 1010111

Color Harmonies of #DFF0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFF0CC

Black with #DFF0CC

Text Example


Text Example

White with #DFF0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFF0CC; }

 p { color: rgb(223,240,204); }

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

background-color css

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

 a { background-color: rgb(223,240,204); }

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

border-color css

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

 span { border-color: rgb(223,240,204); }

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