Html Css Color HEX #DDF1CB Frostee

📋 copy color: '#DDF1CB'

red 221 ◦ green 241 ◦ blue 203

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

Shades of Frostee #DDF1CB

Tints of Frostee #DDF1CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 30.53%

R = 33.23%
G = 36.24%
B = 30.53%

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

#DDF1CB (or 0xDDF1CB) is known color: Frostee. HEX triplet: DD, F1 and CB. RGB value is (221,241,203). Sum of RGB (Red+Green+Blue) = 221+241+203=665 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.23% from 665); Green value is 241 (94.53% from 255 or 36.24% from 665); Blue value is 203 (79.69% from 255 or 30.53% from 665); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF1CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF1CB is #220E34. Grayscale: #E6E6E6. Windows color (decimal): -2231861 or 13365725. OLE color: 13365725.

HSL color Cylindrical-coordinate representation of color #DDF1CB: hue angle of 91.58º 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 #DDF1CB is Cyan = 0.08, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB 221 241 203 -
CMYK 0.08 0 0.16 0.05
HSL 91.58º 0.58% 0.87% -
HSV(B) 91.58º 0.16% 0.95% -
XYZ 72.05 82.59 68.64 -
YUV 230.69 112.37 121.09 -
System Red Green Blue C M Y K H S L
Decimal 221 241 203 0.08 0 0.16 0.05 91.58 0.58 0.87
Hex DD F1 CB 8 0 10 5 5C 3A 57
Octal 335 361 313 10 0 20 5 134 72 127
Binary 11011101 11110001 11001011 1000 0 10000 101 1011100 111010 1010111

Color Harmonies of #DDF1CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF1CB

Black with #DDF1CB

Text Example


Text Example

White with #DDF1CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF1CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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