Html Css Color HEX #CCC0EB Fog

📋 copy color: '#CCC0EB'

red 204 ◦ green 192 ◦ blue 235

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

Shades of Fog #CCC0EB

Tints of Fog #CCC0EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 37.24%

R = 32.33%
G = 30.43%
B = 37.24%

CMYK

 C value IS 0.13

 M value IS 0.18

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CCC0EB (or 0xCCC0EB) is known color: Fog. HEX triplet: CC, C0 and EB. RGB value is (204,192,235). Sum of RGB (Red+Green+Blue) = 204+192+235=631 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.33% from 631); Green value is 192 (75.39% from 255 or 30.43% from 631); Blue value is 235 (92.19% from 255 or 37.24% from 631); Max value from RGB is 235 - color contains mainly: blue. Hex color #CCC0EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC0EB is #333F14. Grayscale: #C8C8C8. Windows color (decimal): -3358485 or 15450316. OLE color: 15450316.

HSL color Cylindrical-coordinate representation of color #CCC0EB: hue angle of 256.74º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCC0EB is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 204 192 235 -
CMYK 0.13 0.18 0 0.08
HSL 256.74º 0.52% 0.84% -
HSV(B) 256.74º 0.18% 0.92% -
XYZ 58.75 56.53 86.41 -
YUV 200.49 147.48 130.5 -
System Red Green Blue C M Y K H S L
Decimal 204 192 235 0.13 0.18 0 0.08 256.74 0.52 0.84
Hex CC C0 EB D 12 0 8 101 34 54
Octal 314 300 353 15 22 0 10 401 64 124
Binary 11001100 11000000 11101011 1101 10010 0 1000 100000001 110100 1010100

Color Harmonies of #CCC0EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC0EB

Black with #CCC0EB

Text Example


Text Example

White with #CCC0EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC0EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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