Html Css Color HEX #DDC9EE Fog

📋 copy color: '#DDC9EE'

red 221 ◦ green 201 ◦ blue 238

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

Shades of Fog #DDC9EE

Tints of Fog #DDC9EE

RGB

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

 GREEN value IS 201 (78.91% from 255) = 30.45%

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

R = 33.48%
G = 30.45%
B = 36.06%

CMYK

 C value IS 0.07

 M value IS 0.16

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DDC9EE (or 0xDDC9EE) is known color: Fog. HEX triplet: DD, C9 and EE. RGB value is (221,201,238). Sum of RGB (Red+Green+Blue) = 221+201+238=660 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.48% from 660); Green value is 201 (78.91% from 255 or 30.45% from 660); Blue value is 238 (93.36% from 255 or 36.06% from 660); Max value from RGB is 238 - color contains mainly: blue. Hex color #DDC9EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC9EE is #223611. Grayscale: #D3D3D3. Windows color (decimal): -2242066 or 15649245. OLE color: 15649245.

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

Color convert

RGB 221 201 238 -
CMYK 0.07 0.16 0 0.07
HSL 272.43º 0.52% 0.86% -
HSV(B) 272.43º 0.16% 0.93% -
XYZ 66.14 63.32 89.62 -
YUV 211.2 143.13 134.99 -
System Red Green Blue C M Y K H S L
Decimal 221 201 238 0.07 0.16 0 0.07 272.43 0.52 0.86
Hex DD C9 EE 7 10 0 7 110 34 56
Octal 335 311 356 7 20 0 7 420 64 126
Binary 11011101 11001001 11101110 111 10000 0 111 100010000 110100 1010110

Color Harmonies of #DDC9EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC9EE

Black with #DDC9EE

Text Example


Text Example

White with #DDC9EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC9EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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