Html Css Color HEX #DDF0CB Frostee

📋 copy color: '#DDF0CB'

red 221 ◦ green 240 ◦ blue 203

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

Shades of Frostee #DDF0CB

Tints of Frostee #DDF0CB

RGB

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

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

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

R = 33.28%
G = 36.14%
B = 30.57%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#DDF0CB (or 0xDDF0CB) is known color: Frostee. HEX triplet: DD, F0 and CB. RGB value is (221,240,203). Sum of RGB (Red+Green+Blue) = 221+240+203=664 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.28% from 664); Green value is 240 (94.14% from 255 or 36.14% from 664); Blue value is 203 (79.69% from 255 or 30.57% from 664); Max value from RGB is 240 - color contains mainly: green. Hex color #DDF0CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF0CB is #220F34. Grayscale: #E6E6E6. Windows color (decimal): -2232117 or 13365469. OLE color: 13365469.

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

Color convert

RGB 221 240 203 -
CMYK 0.08 0 0.15 0.06
HSL 90.81º 0.55% 0.87% -
HSV(B) 90.81º 0.15% 0.94% -
XYZ 71.76 82 68.55 -
YUV 230.1 112.71 121.51 -
System Red Green Blue C M Y K H S L
Decimal 221 240 203 0.08 0 0.15 0.06 90.81 0.55 0.87
Hex DD F0 CB 8 0 F 6 5B 37 57
Octal 335 360 313 10 0 17 6 133 67 127
Binary 11011101 11110000 11001011 1000 0 1111 110 1011011 110111 1010111

Color Harmonies of #DDF0CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF0CB

Black with #DDF0CB

Text Example


Text Example

White with #DDF0CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF0CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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