Html Css Color HEX #DDC5ED Fog

📋 copy color: '#DDC5ED'

red 221 ◦ green 197 ◦ blue 237

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

Shades of Fog #DDC5ED

Tints of Fog #DDC5ED

RGB

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

 GREEN value IS 197 (77.34% from 255) = 30.08%

 BLUE value IS 237 (92.97% from 255) = 36.18%

R = 33.74%
G = 30.08%
B = 36.18%

CMYK

 C value IS 0.07

 M value IS 0.17

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DDC5ED (or 0xDDC5ED) is known color: Fog. HEX triplet: DD, C5 and ED. RGB value is (221,197,237). Sum of RGB (Red+Green+Blue) = 221+197+237=655 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.74% from 655); Green value is 197 (77.34% from 255 or 30.08% from 655); Blue value is 237 (92.97% from 255 or 36.18% from 655); Max value from RGB is 237 - color contains mainly: blue. Hex color #DDC5ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC5ED is #223A12. Grayscale: #D0D0D0. Windows color (decimal): -2243091 or 15582685. OLE color: 15582685.

HSL color Cylindrical-coordinate representation of color #DDC5ED: hue angle of 276º degrees, saturation: 0.53, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DDC5ED is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 197 237 -
CMYK 0.07 0.17 0 0.07
HSL 276º 0.53% 0.85% -
HSV(B) 276º 0.17% 0.93% -
XYZ 65.07 61.42 88.55 -
YUV 208.74 143.95 136.75 -
System Red Green Blue C M Y K H S L
Decimal 221 197 237 0.07 0.17 0 0.07 276 0.53 0.85
Hex DD C5 ED 7 11 0 7 114 35 55
Octal 335 305 355 7 21 0 7 424 65 125
Binary 11011101 11000101 11101101 111 10001 0 111 100010100 110101 1010101

Color Harmonies of #DDC5ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC5ED

Black with #DDC5ED

Text Example


Text Example

White with #DDC5ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC5ED; }

 p { color: rgb(221,197,237); }

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

background-color css

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

 a { background-color: rgb(221,197,237); }

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

border-color css

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

 span { border-color: rgb(221,197,237); }

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