Html Css Color HEX #DDC9F9 Fog

📋 copy color: '#DDC9F9'

red 221 ◦ green 201 ◦ blue 249

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

Shades of Fog #DDC9F9

Tints of Fog #DDC9F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 37.11%

R = 32.94%
G = 29.96%
B = 37.11%

CMYK

 C value IS 0.11

 M value IS 0.19

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DDC9F9 (or 0xDDC9F9) is known color: Fog. HEX triplet: DD, C9 and F9. RGB value is (221,201,249). Sum of RGB (Red+Green+Blue) = 221+201+249=671 (88% of max value = 765). Red value is 221 (86.72% from 255 or 32.94% from 671); Green value is 201 (78.91% from 255 or 29.96% from 671); Blue value is 249 (97.66% from 255 or 37.11% from 671); Max value from RGB is 249 - color contains mainly: blue. Hex color #DDC9F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC9F9 is #223606. Grayscale: #D4D4D4. Windows color (decimal): -2242055 or 16370141. OLE color: 16370141.

HSL color Cylindrical-coordinate representation of color #DDC9F9: hue angle of 265º degrees, saturation: 0.8, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DDC9F9 is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 221 201 249 -
CMYK 0.11 0.19 0 0.02
HSL 265º 0.8% 0.88% -
HSV(B) 265º 0.19% 0.98% -
XYZ 67.8 63.99 98.4 -
YUV 212.45 148.63 134.1 -
System Red Green Blue C M Y K H S L
Decimal 221 201 249 0.11 0.19 0 0.02 265 0.8 0.88
Hex DD C9 F9 B 13 0 2 109 50 58
Octal 335 311 371 13 23 0 2 411 120 130
Binary 11011101 11001001 11111001 1011 10011 0 10 100001001 1010000 1011000

Color Harmonies of #DDC9F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC9F9

Black with #DDC9F9

Text Example


Text Example

White with #DDC9F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC9F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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