Html Css Color HEX #DDCCF7 Fog

📋 copy color: '#DDCCF7'

red 221 ◦ green 204 ◦ blue 247

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

Shades of Fog #DDCCF7

Tints of Fog #DDCCF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 36.76%

R = 32.89%
G = 30.36%
B = 36.76%

CMYK

 C value IS 0.11

 M value IS 0.17

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#DDCCF7 (or 0xDDCCF7) is known color: Fog. HEX triplet: DD, CC and F7. RGB value is (221,204,247). Sum of RGB (Red+Green+Blue) = 221+204+247=672 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.89% from 672); Green value is 204 (80.08% from 255 or 30.36% from 672); Blue value is 247 (96.88% from 255 or 36.76% from 672); Max value from RGB is 247 - color contains mainly: blue. Hex color #DDCCF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDCCF7 is #223308. Grayscale: #D5D5D5. Windows color (decimal): -2241289 or 16239837. OLE color: 16239837.

HSL color Cylindrical-coordinate representation of color #DDCCF7: hue angle of 263.72º degrees, saturation: 0.73, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DDCCF7 is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 221 204 247 -
CMYK 0.11 0.17 0 0.03
HSL 263.72º 0.73% 0.88% -
HSV(B) 263.72º 0.17% 0.97% -
XYZ 68.2 65.27 97 -
YUV 213.99 146.63 133 -
System Red Green Blue C M Y K H S L
Decimal 221 204 247 0.11 0.17 0 0.03 263.72 0.73 0.88
Hex DD CC F7 B 11 0 3 108 49 58
Octal 335 314 367 13 21 0 3 410 111 130
Binary 11011101 11001100 11110111 1011 10001 0 11 100001000 1001001 1011000

Color Harmonies of #DDCCF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCCF7

Black with #DDCCF7

Text Example


Text Example

White with #DDCCF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCCF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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