Html Css Color HEX #DFF3CC Frostee

📋 copy color: '#DFF3CC'

red 223 ◦ green 243 ◦ blue 204

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

Shades of Frostee #DFF3CC

Tints of Frostee #DFF3CC

RGB

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

 GREEN value IS 243 (95.31% from 255) = 36.27%

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

R = 33.28%
G = 36.27%
B = 30.45%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#DFF3CC (or 0xDFF3CC) is known color: Frostee. HEX triplet: DF, F3 and CC. RGB value is (223,243,204). Sum of RGB (Red+Green+Blue) = 223+243+204=670 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.28% from 670); Green value is 243 (95.31% from 255 or 36.27% from 670); Blue value is 204 (80.08% from 255 or 30.45% from 670); Max value from RGB is 243 - color contains mainly: green. Hex color #DFF3CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFF3CC is #200C33. Grayscale: #E8E8E8. Windows color (decimal): -2100276 or 13431775. OLE color: 13431775.

HSL color Cylindrical-coordinate representation of color #DFF3CC: hue angle of 90.77º degrees, saturation: 0.62, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DFF3CC is Cyan = 0.08, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB 223 243 204 -
CMYK 0.08 0 0.16 0.05
HSL 90.77º 0.62% 0.88% -
HSV(B) 90.77º 0.16% 0.95% -
XYZ 73.38 84.15 69.5 -
YUV 232.57 111.87 121.17 -
System Red Green Blue C M Y K H S L
Decimal 223 243 204 0.08 0 0.16 0.05 90.77 0.62 0.88
Hex DF F3 CC 8 0 10 5 5B 3E 58
Octal 337 363 314 10 0 20 5 133 76 130
Binary 11011111 11110011 11001100 1000 0 10000 101 1011011 111110 1011000

Color Harmonies of #DFF3CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFF3CC

Black with #DFF3CC

Text Example


Text Example

White with #DFF3CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFF3CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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