Html Css Color HEX #DDC9F2 Fog

📋 copy color: '#DDC9F2'

red 221 ◦ green 201 ◦ blue 242

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

Shades of Fog #DDC9F2

Tints of Fog #DDC9F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 36.45%

R = 33.28%
G = 30.27%
B = 36.45%

CMYK

 C value IS 0.09

 M value IS 0.17

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DDC9F2 (or 0xDDC9F2) is known color: Fog. HEX triplet: DD, C9 and F2. RGB value is (221,201,242). Sum of RGB (Red+Green+Blue) = 221+201+242=664 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.28% from 664); Green value is 201 (78.91% from 255 or 30.27% from 664); Blue value is 242 (94.92% from 255 or 36.45% from 664); Max value from RGB is 242 - color contains mainly: blue. Hex color #DDC9F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC9F2 is #22360D. Grayscale: #D3D3D3. Windows color (decimal): -2242062 or 15911389. OLE color: 15911389.

HSL color Cylindrical-coordinate representation of color #DDC9F2: hue angle of 269.27º degrees, saturation: 0.61, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DDC9F2 is Cyan = 0.09, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 221 201 242 -
CMYK 0.09 0.17 0 0.05
HSL 269.27º 0.61% 0.87% -
HSV(B) 269.27º 0.17% 0.95% -
XYZ 66.73 63.56 92.75 -
YUV 211.65 145.13 134.67 -
System Red Green Blue C M Y K H S L
Decimal 221 201 242 0.09 0.17 0 0.05 269.27 0.61 0.87
Hex DD C9 F2 9 11 0 5 10D 3D 57
Octal 335 311 362 11 21 0 5 415 75 127
Binary 11011101 11001001 11110010 1001 10001 0 101 100001101 111101 1010111

Color Harmonies of #DDC9F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC9F2

Black with #DDC9F2

Text Example


Text Example

White with #DDC9F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC9F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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