Html Css Color HEX #DFF1CC Frostee

📋 copy color: '#DFF1CC'

red 223 ◦ green 241 ◦ blue 204

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

Shades of Frostee #DFF1CC

Tints of Frostee #DFF1CC

RGB

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

 GREEN value IS 241 (94.53% from 255) = 36.08%

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

R = 33.38%
G = 36.08%
B = 30.54%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#DFF1CC (or 0xDFF1CC) is known color: Frostee. HEX triplet: DF, F1 and CC. RGB value is (223,241,204). Sum of RGB (Red+Green+Blue) = 223+241+204=668 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.38% from 668); Green value is 241 (94.53% from 255 or 36.08% from 668); Blue value is 204 (80.08% from 255 or 30.54% from 668); Max value from RGB is 241 - color contains mainly: green. Hex color #DFF1CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFF1CC is #200E33. Grayscale: #E7E7E7. Windows color (decimal): -2100788 or 13431263. OLE color: 13431263.

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

Color convert

RGB 223 241 204 -
CMYK 0.07 0 0.15 0.05
HSL 89.19º 0.57% 0.87% -
HSV(B) 89.19º 0.15% 0.95% -
XYZ 72.79 82.96 69.3 -
YUV 231.4 112.54 122.01 -
System Red Green Blue C M Y K H S L
Decimal 223 241 204 0.07 0 0.15 0.05 89.19 0.57 0.87
Hex DF F1 CC 7 0 F 5 59 39 57
Octal 337 361 314 7 0 17 5 131 71 127
Binary 11011111 11110001 11001100 111 0 1111 101 1011001 111001 1010111

Color Harmonies of #DFF1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFF1CC

Black with #DFF1CC

Text Example


Text Example

White with #DFF1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFF1CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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