Html Css Color HEX #DDE1CA Frost

📋 copy color: '#DDE1CA'

red 221 ◦ green 225 ◦ blue 202

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

Shades of Frost #DDE1CA

Tints of Frost #DDE1CA

RGB

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

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

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

R = 34.1%
G = 34.72%
B = 31.17%

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

#DDE1CA (or 0xDDE1CA) is known color: Frost. HEX triplet: DD, E1 and CA. RGB value is (221,225,202). Sum of RGB (Red+Green+Blue) = 221+225+202=648 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.10% from 648); Green value is 225 (88.28% from 255 or 34.72% from 648); Blue value is 202 (79.30% from 255 or 31.17% from 648); Max value from RGB is 225 - color contains mainly: green. Hex color #DDE1CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE1CA is #221E35. Grayscale: #DDDDDD. Windows color (decimal): -2235958 or 13296093. OLE color: 13296093.

HSL color Cylindrical-coordinate representation of color #DDE1CA: hue angle of 70.43º degrees, saturation: 0.28, 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 #DDE1CA is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB 221 225 202 -
CMYK 0.02 0 0.10 0.12
HSL 70.43º 0.28% 0.84% -
HSV(B) 70.43º 0.1% 0.88% -
XYZ 67.4 73.49 66.51 -
YUV 221.18 117.17 127.87 -
System Red Green Blue C M Y K H S L
Decimal 221 225 202 0.02 0 0.10 0.12 70.43 0.28 0.84
Hex DD E1 CA 2 0 A C 46 1C 54
Octal 335 341 312 2 0 12 14 106 34 124
Binary 11011101 11100001 11001010 10 0 1010 1100 1000110 11100 1010100

Color Harmonies of #DDE1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE1CA

Black with #DDE1CA

Text Example


Text Example

White with #DDE1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE1CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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