Html Css Color HEX #DDCCF0 Fog

📋 copy color: '#DDCCF0'

red 221 ◦ green 204 ◦ blue 240

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

Shades of Fog #DDCCF0

Tints of Fog #DDCCF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 36.09%

R = 33.23%
G = 30.68%
B = 36.09%

CMYK

 C value IS 0.08

 M value IS 0.15

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DDCCF0 (or 0xDDCCF0) is known color: Fog. HEX triplet: DD, CC and F0. RGB value is (221,204,240). Sum of RGB (Red+Green+Blue) = 221+204+240=665 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.23% from 665); Green value is 204 (80.08% from 255 or 30.68% from 665); Blue value is 240 (94.14% from 255 or 36.09% from 665); Max value from RGB is 240 - color contains mainly: blue. Hex color #DDCCF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDCCF0 is #22330F. Grayscale: #D5D5D5. Windows color (decimal): -2241296 or 15781085. OLE color: 15781085.

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

Color convert

RGB 221 204 240 -
CMYK 0.08 0.15 0 0.06
HSL 268.33º 0.55% 0.87% -
HSV(B) 268.33º 0.15% 0.94% -
XYZ 67.14 64.85 91.42 -
YUV 213.19 143.13 133.57 -
System Red Green Blue C M Y K H S L
Decimal 221 204 240 0.08 0.15 0 0.06 268.33 0.55 0.87
Hex DD CC F0 8 F 0 6 10C 37 57
Octal 335 314 360 10 17 0 6 414 67 127
Binary 11011101 11001100 11110000 1000 1111 0 110 100001100 110111 1010111

Color Harmonies of #DDCCF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCCF0

Black with #DDCCF0

Text Example


Text Example

White with #DDCCF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCCF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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