Html Css Color HEX #CCCBD2 Ghost

📋 copy color: '#CCCBD2'

red 204 ◦ green 203 ◦ blue 210

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

Shades of Ghost #CCCBD2

Tints of Ghost #CCCBD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 34.04%

R = 33.06%
G = 32.9%
B = 34.04%

CMYK

 C value IS 0.03

 M value IS 0.03

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CCCBD2 (or 0xCCCBD2) is known color: Ghost. HEX triplet: CC, CB and D2. RGB value is (204,203,210). Sum of RGB (Red+Green+Blue) = 204+203+210=617 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.06% from 617); Green value is 203 (79.69% from 255 or 32.90% from 617); Blue value is 210 (82.42% from 255 or 34.04% from 617); Max value from RGB is 210 - color contains mainly: blue. Hex color #CCCBD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCBD2 is #33342D. Grayscale: #CCCCCC. Windows color (decimal): -3355694 or 13814732. OLE color: 13814732.

HSL color Cylindrical-coordinate representation of color #CCCBD2: hue angle of 248.57º degrees, saturation: 0.07, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CCCBD2 is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 204 203 210 -
CMYK 0.03 0.03 0 0.18
HSL 248.57º 0.07% 0.81% -
HSV(B) 248.57º 0.03% 0.82% -
XYZ 57.89 60.2 69.54 -
YUV 204.1 131.33 127.93 -
System Red Green Blue C M Y K H S L
Decimal 204 203 210 0.03 0.03 0 0.18 248.57 0.07 0.81
Hex CC CB D2 3 3 0 12 F9 7 51
Octal 314 313 322 3 3 0 22 371 7 121
Binary 11001100 11001011 11010010 11 11 0 10010 11111001 111 1010001

Color Harmonies of #CCCBD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCBD2

Black with #CCCBD2

Text Example


Text Example

White with #CCCBD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCBD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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