Html Css Color HEX #DDC4EE Fog

📋 copy color: '#DDC4EE'

red 221 ◦ green 196 ◦ blue 238

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

Shades of Fog #DDC4EE

Tints of Fog #DDC4EE

RGB

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

 GREEN value IS 196 (76.95% from 255) = 29.92%

 BLUE value IS 238 (93.36% from 255) = 36.34%

R = 33.74%
G = 29.92%
B = 36.34%

CMYK

 C value IS 0.07

 M value IS 0.18

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DDC4EE (or 0xDDC4EE) is known color: Fog. HEX triplet: DD, C4 and EE. RGB value is (221,196,238). Sum of RGB (Red+Green+Blue) = 221+196+238=655 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.74% from 655); Green value is 196 (76.95% from 255 or 29.92% from 655); Blue value is 238 (93.36% from 255 or 36.34% from 655); Max value from RGB is 238 - color contains mainly: blue. Hex color #DDC4EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC4EE is #223B11. Grayscale: #D0D0D0. Windows color (decimal): -2243346 or 15647965. OLE color: 15647965.

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

Color convert

RGB 221 196 238 -
CMYK 0.07 0.18 0 0.07
HSL 275.71º 0.55% 0.85% -
HSV(B) 275.71º 0.18% 0.93% -
XYZ 64.99 61.03 89.24 -
YUV 208.26 144.78 137.08 -
System Red Green Blue C M Y K H S L
Decimal 221 196 238 0.07 0.18 0 0.07 275.71 0.55 0.85
Hex DD C4 EE 7 12 0 7 114 37 55
Octal 335 304 356 7 22 0 7 424 67 125
Binary 11011101 11000100 11101110 111 10010 0 111 100010100 110111 1010101

Color Harmonies of #DDC4EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC4EE

Black with #DDC4EE

Text Example


Text Example

White with #DDC4EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC4EE; }

 p { color: rgb(221,196,238); }

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

background-color css

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

 a { background-color: rgb(221,196,238); }

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

border-color css

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

 span { border-color: rgb(221,196,238); }

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