Html Css Color HEX #DDE1CB Frost

📋 copy color: '#DDE1CB'

red 221 ◦ green 225 ◦ blue 203

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

Shades of Frost #DDE1CB

Tints of Frost #DDE1CB

RGB

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

 GREEN value IS 225 (88.28% from 255) = 34.67%

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

R = 34.05%
G = 34.67%
B = 31.28%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#DDE1CB (or 0xDDE1CB) is known color: Frost. HEX triplet: DD, E1 and CB. RGB value is (221,225,203). Sum of RGB (Red+Green+Blue) = 221+225+203=649 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.05% from 649); Green value is 225 (88.28% from 255 or 34.67% from 649); Blue value is 203 (79.69% from 255 or 31.28% from 649); Max value from RGB is 225 - color contains mainly: green. Hex color #DDE1CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE1CB is #221E34. Grayscale: #DDDDDD. Windows color (decimal): -2235957 or 13361629. OLE color: 13361629.

HSL color Cylindrical-coordinate representation of color #DDE1CB: hue angle of 70.91º degrees, saturation: 0.27, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDE1CB is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB 221 225 203 -
CMYK 0.02 0 0.10 0.12
HSL 70.91º 0.27% 0.84% -
HSV(B) 70.91º 0.1% 0.88% -
XYZ 67.52 73.53 67.13 -
YUV 221.3 117.67 127.79 -
System Red Green Blue C M Y K H S L
Decimal 221 225 203 0.02 0 0.10 0.12 70.91 0.27 0.84
Hex DD E1 CB 2 0 A C 47 1B 54
Octal 335 341 313 2 0 12 14 107 33 124
Binary 11011101 11100001 11001011 10 0 1010 1100 1000111 11011 1010100

Color Harmonies of #DDE1CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE1CB

Black with #DDE1CB

Text Example


Text Example

White with #DDE1CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE1CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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