Html Css Color HEX #CCC0DC Fog

📋 copy color: '#CCC0DC'

red 204 ◦ green 192 ◦ blue 220

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

Shades of Fog #CCC0DC

Tints of Fog #CCC0DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 35.71%

R = 33.12%
G = 31.17%
B = 35.71%

CMYK

 C value IS 0.07

 M value IS 0.13

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CCC0DC (or 0xCCC0DC) is known color: Fog. HEX triplet: CC, C0 and DC. RGB value is (204,192,220). Sum of RGB (Red+Green+Blue) = 204+192+220=616 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.12% from 616); Green value is 192 (75.39% from 255 or 31.17% from 616); Blue value is 220 (86.33% from 255 or 35.71% from 616); Max value from RGB is 220 - color contains mainly: blue. Hex color #CCC0DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC0DC is #333F23. Grayscale: #C6C6C6. Windows color (decimal): -3358500 or 14467276. OLE color: 14467276.

HSL color Cylindrical-coordinate representation of color #CCC0DC: hue angle of 265.71º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CCC0DC is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 204 192 220 -
CMYK 0.07 0.13 0 0.14
HSL 265.71º 0.29% 0.81% -
HSV(B) 265.71º 0.13% 0.86% -
XYZ 56.67 55.7 75.48 -
YUV 198.78 139.98 131.72 -
System Red Green Blue C M Y K H S L
Decimal 204 192 220 0.07 0.13 0 0.14 265.71 0.29 0.81
Hex CC C0 DC 7 D 0 E 10A 1D 51
Octal 314 300 334 7 15 0 16 412 35 121
Binary 11001100 11000000 11011100 111 1101 0 1110 100001010 11101 1010001

Color Harmonies of #CCC0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC0DC

Black with #CCC0DC

Text Example


Text Example

White with #CCC0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC0DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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