Html Css Color HEX #CCC0EC Fog

📋 copy color: '#CCC0EC'

red 204 ◦ green 192 ◦ blue 236

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

Shades of Fog #CCC0EC

Tints of Fog #CCC0EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 37.34%

R = 32.28%
G = 30.38%
B = 37.34%

CMYK

 C value IS 0.14

 M value IS 0.19

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CCC0EC (or 0xCCC0EC) is known color: Fog. HEX triplet: CC, C0 and EC. RGB value is (204,192,236). Sum of RGB (Red+Green+Blue) = 204+192+236=632 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.28% from 632); Green value is 192 (75.39% from 255 or 30.38% from 632); Blue value is 236 (92.58% from 255 or 37.34% from 632); Max value from RGB is 236 - color contains mainly: blue. Hex color #CCC0EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC0EC is #333F13. Grayscale: #C8C8C8. Windows color (decimal): -3358484 or 15515852. OLE color: 15515852.

HSL color Cylindrical-coordinate representation of color #CCC0EC: hue angle of 256.36º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCC0EC is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 192 236 -
CMYK 0.14 0.19 0 0.07
HSL 256.36º 0.54% 0.84% -
HSV(B) 256.36º 0.19% 0.93% -
XYZ 58.89 56.59 87.18 -
YUV 200.6 147.98 130.42 -
System Red Green Blue C M Y K H S L
Decimal 204 192 236 0.14 0.19 0 0.07 256.36 0.54 0.84
Hex CC C0 EC E 13 0 7 100 36 54
Octal 314 300 354 16 23 0 7 400 66 124
Binary 11001100 11000000 11101100 1110 10011 0 111 100000000 110110 1010100

Color Harmonies of #CCC0EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC0EC

Black with #CCC0EC

Text Example


Text Example

White with #CCC0EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC0EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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