Html Css Color HEX #DDC6F9 Fog

📋 copy color: '#DDC6F9'

red 221 ◦ green 198 ◦ blue 249

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

Shades of Fog #DDC6F9

Tints of Fog #DDC6F9

RGB

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

 GREEN value IS 198 (77.73% from 255) = 29.64%

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

R = 33.08%
G = 29.64%
B = 37.28%

CMYK

 C value IS 0.11

 M value IS 0.20

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DDC6F9 (or 0xDDC6F9) is known color: Fog. HEX triplet: DD, C6 and F9. RGB value is (221,198,249). Sum of RGB (Red+Green+Blue) = 221+198+249=668 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.08% from 668); Green value is 198 (77.73% from 255 or 29.64% from 668); Blue value is 249 (97.66% from 255 or 37.28% from 668); Max value from RGB is 249 - color contains mainly: blue. Hex color #DDC6F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC6F9 is #223906. Grayscale: #D2D2D2. Windows color (decimal): -2242823 or 16369373. OLE color: 16369373.

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

Color convert

RGB 221 198 249 -
CMYK 0.11 0.20 0 0.02
HSL 267.06º 0.81% 0.88% -
HSV(B) 267.06º 0.2% 0.98% -
XYZ 67.11 62.6 98.17 -
YUV 210.69 149.62 135.35 -
System Red Green Blue C M Y K H S L
Decimal 221 198 249 0.11 0.20 0 0.02 267.06 0.81 0.88
Hex DD C6 F9 B 14 0 2 10B 51 58
Octal 335 306 371 13 24 0 2 413 121 130
Binary 11011101 11000110 11111001 1011 10100 0 10 100001011 1010001 1011000

Color Harmonies of #DDC6F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC6F9

Black with #DDC6F9

Text Example


Text Example

White with #DDC6F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC6F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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