Html Css Color HEX #CCC0DD Fog

📋 copy color: '#CCC0DD'

red 204 ◦ green 192 ◦ blue 221

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

Shades of Fog #CCC0DD

Tints of Fog #CCC0DD

RGB

 RED value IS 204 (80.08% from 255) = 33.06%

 GREEN value IS 192 (75.39% from 255) = 31.12%

 BLUE value IS 221 (86.72% from 255) = 35.82%

R = 33.06%
G = 31.12%
B = 35.82%

CMYK

 C value IS 0.08

 M value IS 0.13

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CCC0DD (or 0xCCC0DD) is known color: Fog. HEX triplet: CC, C0 and DD. RGB value is (204,192,221). Sum of RGB (Red+Green+Blue) = 204+192+221=617 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.06% from 617); Green value is 192 (75.39% from 255 or 31.12% from 617); Blue value is 221 (86.72% from 255 or 35.82% from 617); Max value from RGB is 221 - color contains mainly: blue. Hex color #CCC0DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC0DD is #333F22. Grayscale: #C6C6C6. Windows color (decimal): -3358499 or 14532812. OLE color: 14532812.

HSL color Cylindrical-coordinate representation of color #CCC0DD: hue angle of 264.83º degrees, saturation: 0.3, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CCC0DD is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 192 221 -
CMYK 0.08 0.13 0 0.13
HSL 264.83º 0.3% 0.81% -
HSV(B) 264.83º 0.13% 0.87% -
XYZ 56.8 55.76 76.18 -
YUV 198.89 140.48 131.64 -
System Red Green Blue C M Y K H S L
Decimal 204 192 221 0.08 0.13 0 0.13 264.83 0.3 0.81
Hex CC C0 DD 8 D 0 D 109 1E 51
Octal 314 300 335 10 15 0 15 411 36 121
Binary 11001100 11000000 11011101 1000 1101 0 1101 100001001 11110 1010001

Color Harmonies of #CCC0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC0DD

Black with #CCC0DD

Text Example


Text Example

White with #CCC0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC0DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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