Html Css Color HEX #DDCCF8 Fog

📋 copy color: '#DDCCF8'

red 221 ◦ green 204 ◦ blue 248

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

Shades of Fog #DDCCF8

Tints of Fog #DDCCF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 36.85%

R = 32.84%
G = 30.31%
B = 36.85%

CMYK

 C value IS 0.11

 M value IS 0.18

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#DDCCF8 (or 0xDDCCF8) is known color: Fog. HEX triplet: DD, CC and F8. RGB value is (221,204,248). Sum of RGB (Red+Green+Blue) = 221+204+248=673 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.84% from 673); Green value is 204 (80.08% from 255 or 30.31% from 673); Blue value is 248 (97.27% from 255 or 36.85% from 673); Max value from RGB is 248 - color contains mainly: blue. Hex color #DDCCF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDCCF8 is #223307. Grayscale: #D5D5D5. Windows color (decimal): -2241288 or 16305373. OLE color: 16305373.

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

Color convert

RGB 221 204 248 -
CMYK 0.11 0.18 0 0.03
HSL 263.18º 0.76% 0.89% -
HSV(B) 263.18º 0.18% 0.97% -
XYZ 68.35 65.34 97.82 -
YUV 214.1 147.13 132.92 -
System Red Green Blue C M Y K H S L
Decimal 221 204 248 0.11 0.18 0 0.03 263.18 0.76 0.89
Hex DD CC F8 B 12 0 3 107 4C 59
Octal 335 314 370 13 22 0 3 407 114 131
Binary 11011101 11001100 11111000 1011 10010 0 11 100000111 1001100 1011001

Color Harmonies of #DDCCF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCCF8

Black with #DDCCF8

Text Example


Text Example

White with #DDCCF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCCF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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