Html Css Color HEX #CCCBD5 Ghost

📋 copy color: '#CCCBD5'

red 204 ◦ green 203 ◦ blue 213

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

Shades of Ghost #CCCBD5

Tints of Ghost #CCCBD5

RGB

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

 GREEN value IS 203 (79.69% from 255) = 32.74%

 BLUE value IS 213 (83.59% from 255) = 34.35%

R = 32.9%
G = 32.74%
B = 34.35%

CMYK

 C value IS 0.04

 M value IS 0.05

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CCCBD5 (or 0xCCCBD5) is known color: Ghost. HEX triplet: CC, CB and D5. RGB value is (204,203,213). Sum of RGB (Red+Green+Blue) = 204+203+213=620 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.90% from 620); Green value is 203 (79.69% from 255 or 32.74% from 620); Blue value is 213 (83.59% from 255 or 34.35% from 620); Max value from RGB is 213 - color contains mainly: blue. Hex color #CCCBD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCBD5 is #33342A. Grayscale: #CCCCCC. Windows color (decimal): -3355691 or 14011340. OLE color: 14011340.

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

Color convert

RGB 204 203 213 -
CMYK 0.04 0.05 0 0.16
HSL 246º 0.11% 0.82% -
HSV(B) 246º 0.05% 0.84% -
XYZ 58.27 60.35 71.53 -
YUV 204.44 132.83 127.69 -
System Red Green Blue C M Y K H S L
Decimal 204 203 213 0.04 0.05 0 0.16 246 0.11 0.82
Hex CC CB D5 4 5 0 10 F6 B 52
Octal 314 313 325 4 5 0 20 366 13 122
Binary 11001100 11001011 11010101 100 101 0 10000 11110110 1011 1010010

Color Harmonies of #CCCBD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCBD5

Black with #CCCBD5

Text Example


Text Example

White with #CCCBD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCBD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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