Html Css Color HEX #DDF1CA Frostee

📋 copy color: '#DDF1CA'

red 221 ◦ green 241 ◦ blue 202

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

Shades of Frostee #DDF1CA

Tints of Frostee #DDF1CA

RGB

 RED value IS 221 (86.72% from 255) = 33.28%

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

 BLUE value IS 202 (79.3% from 255) = 30.42%

R = 33.28%
G = 36.3%
B = 30.42%

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

#DDF1CA (or 0xDDF1CA) is known color: Frostee. HEX triplet: DD, F1 and CA. RGB value is (221,241,202). Sum of RGB (Red+Green+Blue) = 221+241+202=664 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.28% from 664); Green value is 241 (94.53% from 255 or 36.30% from 664); Blue value is 202 (79.30% from 255 or 30.42% from 664); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF1CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF1CA is #220E35. Grayscale: #E6E6E6. Windows color (decimal): -2231862 or 13300189. OLE color: 13300189.

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

Color convert

RGB 221 241 202 -
CMYK 0.08 0 0.16 0.05
HSL 90.77º 0.58% 0.87% -
HSV(B) 90.77º 0.16% 0.95% -
XYZ 71.93 82.55 68.02 -
YUV 230.57 111.87 121.17 -
System Red Green Blue C M Y K H S L
Decimal 221 241 202 0.08 0 0.16 0.05 90.77 0.58 0.87
Hex DD F1 CA 8 0 10 5 5B 3A 57
Octal 335 361 312 10 0 20 5 133 72 127
Binary 11011101 11110001 11001010 1000 0 10000 101 1011011 111010 1010111

Color Harmonies of #DDF1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF1CA

Black with #DDF1CA

Text Example


Text Example

White with #DDF1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF1CA; }

 p { color: rgb(221,241,202); }

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

background-color css

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

 a { background-color: rgb(221,241,202); }

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

border-color css

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

 span { border-color: rgb(221,241,202); }

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