Html Css Color HEX #DDE1C1 Frost

📋 copy color: '#DDE1C1'

red 221 ◦ green 225 ◦ blue 193

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

Shades of Frost #DDE1C1

Tints of Frost #DDE1C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 30.2%

R = 34.59%
G = 35.21%
B = 30.2%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.14

 K value IS 0.12

RGB Variations

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

Color information

#DDE1C1 (or 0xDDE1C1) is known color: Frost. HEX triplet: DD, E1 and C1. RGB value is (221,225,193). Sum of RGB (Red+Green+Blue) = 221+225+193=639 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.59% from 639); Green value is 225 (88.28% from 255 or 35.21% from 639); Blue value is 193 (75.78% from 255 or 30.20% from 639); Max value from RGB is 225 - color contains mainly: green. Hex color #DDE1C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE1C1 is #221E3E. Grayscale: #DCDCDC. Windows color (decimal): -2235967 or 12706269. OLE color: 12706269.

HSL color Cylindrical-coordinate representation of color #DDE1C1: hue angle of 67.5º degrees, saturation: 0.35, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DDE1C1 is Cyan = 0.02, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.12.

Color convert

RGB 221 225 193 -
CMYK 0.02 0 0.14 0.12
HSL 67.5º 0.35% 0.82% -
HSV(B) 67.5º 0.14% 0.88% -
XYZ 66.37 73.07 61.06 -
YUV 220.16 112.67 128.6 -
System Red Green Blue C M Y K H S L
Decimal 221 225 193 0.02 0 0.14 0.12 67.5 0.35 0.82
Hex DD E1 C1 2 0 E C 44 23 52
Octal 335 341 301 2 0 16 14 104 43 122
Binary 11011101 11100001 11000001 10 0 1110 1100 1000100 100011 1010010

Color Harmonies of #DDE1C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE1C1

Black with #DDE1C1

Text Example


Text Example

White with #DDE1C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE1C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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