Html Css Color HEX #DDC5EF Fog

📋 copy color: '#DDC5EF'

red 221 ◦ green 197 ◦ blue 239

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

Shades of Fog #DDC5EF

Tints of Fog #DDC5EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 36.38%

R = 33.64%
G = 29.98%
B = 36.38%

CMYK

 C value IS 0.08

 M value IS 0.18

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DDC5EF (or 0xDDC5EF) is known color: Fog. HEX triplet: DD, C5 and EF. RGB value is (221,197,239). Sum of RGB (Red+Green+Blue) = 221+197+239=657 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.64% from 657); Green value is 197 (77.34% from 255 or 29.98% from 657); Blue value is 239 (93.75% from 255 or 36.38% from 657); Max value from RGB is 239 - color contains mainly: blue. Hex color #DDC5EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC5EF is #223A10. Grayscale: #D0D0D0. Windows color (decimal): -2243089 or 15713757. OLE color: 15713757.

HSL color Cylindrical-coordinate representation of color #DDC5EF: hue angle of 274.29º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DDC5EF is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 221 197 239 -
CMYK 0.08 0.18 0 0.06
HSL 274.29º 0.57% 0.85% -
HSV(B) 274.29º 0.18% 0.94% -
XYZ 65.37 61.54 90.09 -
YUV 208.96 144.95 136.58 -
System Red Green Blue C M Y K H S L
Decimal 221 197 239 0.08 0.18 0 0.06 274.29 0.57 0.85
Hex DD C5 EF 8 12 0 6 112 39 55
Octal 335 305 357 10 22 0 6 422 71 125
Binary 11011101 11000101 11101111 1000 10010 0 110 100010010 111001 1010101

Color Harmonies of #DDC5EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC5EF

Black with #DDC5EF

Text Example


Text Example

White with #DDC5EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC5EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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