Html Css Color HEX #DDCCF1 Fog

📋 copy color: '#DDCCF1'

red 221 ◦ green 204 ◦ blue 241

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

Shades of Fog #DDCCF1

Tints of Fog #DDCCF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 36.19%

R = 33.18%
G = 30.63%
B = 36.19%

CMYK

 C value IS 0.08

 M value IS 0.15

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DDCCF1 (or 0xDDCCF1) is known color: Fog. HEX triplet: DD, CC and F1. RGB value is (221,204,241). Sum of RGB (Red+Green+Blue) = 221+204+241=666 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.18% from 666); Green value is 204 (80.08% from 255 or 30.63% from 666); Blue value is 241 (94.53% from 255 or 36.19% from 666); Max value from RGB is 241 - color contains mainly: blue. Hex color #DDCCF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDCCF1 is #22330E. Grayscale: #D5D5D5. Windows color (decimal): -2241295 or 15846621. OLE color: 15846621.

HSL color Cylindrical-coordinate representation of color #DDCCF1: hue angle of 267.57º degrees, saturation: 0.57, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DDCCF1 is Cyan = 0.08, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 221 204 241 -
CMYK 0.08 0.15 0 0.05
HSL 267.57º 0.57% 0.87% -
HSV(B) 267.57º 0.15% 0.95% -
XYZ 67.29 64.91 92.2 -
YUV 213.3 143.63 133.49 -
System Red Green Blue C M Y K H S L
Decimal 221 204 241 0.08 0.15 0 0.05 267.57 0.57 0.87
Hex DD CC F1 8 F 0 5 10C 39 57
Octal 335 314 361 10 17 0 5 414 71 127
Binary 11011101 11001100 11110001 1000 1111 0 101 100001100 111001 1010111

Color Harmonies of #DDCCF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCCF1

Black with #DDCCF1

Text Example


Text Example

White with #DDCCF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCCF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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