Html Css Color HEX #DDCCF6 Fog

📋 copy color: '#DDCCF6'

red 221 ◦ green 204 ◦ blue 246

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

Shades of Fog #DDCCF6

Tints of Fog #DDCCF6

RGB

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

 GREEN value IS 204 (80.08% from 255) = 30.4%

 BLUE value IS 246 (96.48% from 255) = 36.66%

R = 32.94%
G = 30.4%
B = 36.66%

CMYK

 C value IS 0.10

 M value IS 0.17

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DDCCF6 (or 0xDDCCF6) is known color: Fog. HEX triplet: DD, CC and F6. RGB value is (221,204,246). Sum of RGB (Red+Green+Blue) = 221+204+246=671 (88% of max value = 765). Red value is 221 (86.72% from 255 or 32.94% from 671); Green value is 204 (80.08% from 255 or 30.40% from 671); Blue value is 246 (96.48% from 255 or 36.66% from 671); Max value from RGB is 246 - color contains mainly: blue. Hex color #DDCCF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDCCF6 is #223309. Grayscale: #D5D5D5. Windows color (decimal): -2241290 or 16174301. OLE color: 16174301.

HSL color Cylindrical-coordinate representation of color #DDCCF6: hue angle of 264.29º degrees, saturation: 0.7, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DDCCF6 is Cyan = 0.10, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 221 204 246 -
CMYK 0.10 0.17 0 0.04
HSL 264.29º 0.7% 0.88% -
HSV(B) 264.29º 0.17% 0.96% -
XYZ 68.05 65.21 96.19 -
YUV 213.87 146.13 133.08 -
System Red Green Blue C M Y K H S L
Decimal 221 204 246 0.10 0.17 0 0.04 264.29 0.7 0.88
Hex DD CC F6 A 11 0 4 108 46 58
Octal 335 314 366 12 21 0 4 410 106 130
Binary 11011101 11001100 11110110 1010 10001 0 100 100001000 1000110 1011000

Color Harmonies of #DDCCF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCCF6

Black with #DDCCF6

Text Example


Text Example

White with #DDCCF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCCF6; }

 p { color: rgb(221,204,246); }

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

background-color css

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

 a { background-color: rgb(221,204,246); }

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

border-color css

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

 span { border-color: rgb(221,204,246); }

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