#CCCAD5

Color #CCCAD5 Ghost (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ghost #CCCAD5

Tints of Ghost #CCCAD5

Color information

#CCCAD5 (or 0xCCCAD5) is unknown color: approx Ghost. HEX triplet: CC, CA and D5. RGB value is (204,202,213). Sum of RGB (Red+Green+Blue) = 204+202+213=619 (81% of max value = 765). Red value is 204 (80.08% from 255 or 32.96% from 619); Green value is 202 (79.30% from 255 or 32.63% from 619); Blue value is 213 (83.59% from 255 or 34.41% from 619); Max value from RGB is 213 - color contains mainly: blue. Hex color #CCCAD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCAD5 is #33352A. Grayscale: #CBCBCB. Windows color (decimal): -3355947 or 14011084. OLE color: 14011084.

HSL color Cylindrical-coordinate representation of color #CCCAD5: hue angle of 250.91º degrees, saturation: 0.12, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CCCAD5 is Cyan = 0.04, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB204202213-
CMYK0.040.0500.16
HSL250.91º11.58%81.37%-
HSV(B)250.91º5.16%83.53%-
XYZ58.0359.8871.45-
YUV203.85133.16128.11-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.96%
GREEN value IS 202 (79.30% from 255) = 32.63%
BLUE value IS 213 (83.59% from 255) = 34.41%
R=32.96%
G=32.63%
B=34.41%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2042022130.040.0500.16250.9111.5881.37
HexCCCAD545010fbc51
Octal3143123254502037314121
Binary1100110011001010110101011001010100001111101111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCAD5; }

 p { color: rgb(204,202,213); }

 H1.HeaderClassName
 {
   color: #CCCAD5;
 }
 .AnyTagClassName
 {
   color: #CCCAD5;
 }
</style>
background-color css

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

 a { background-color: rgb(204,202,213); }

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

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

 span { border-color: rgb(204,202,213); }

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