Html Css Color HEX #CCCBD3 Ghost

📋 copy color: '#CCCBD3'

red 204 ◦ green 203 ◦ blue 211

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

Shades of Ghost #CCCBD3

Tints of Ghost #CCCBD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 34.14%

R = 33.01%
G = 32.85%
B = 34.14%

CMYK

 C value IS 0.03

 M value IS 0.04

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#CCCBD3 (or 0xCCCBD3) is known color: Ghost. HEX triplet: CC, CB and D3. RGB value is (204,203,211). Sum of RGB (Red+Green+Blue) = 204+203+211=618 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.01% from 618); Green value is 203 (79.69% from 255 or 32.85% from 618); Blue value is 211 (82.81% from 255 or 34.14% from 618); Max value from RGB is 211 - color contains mainly: blue. Hex color #CCCBD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCBD3 is #33342C. Grayscale: #CCCCCC. Windows color (decimal): -3355693 or 13880268. OLE color: 13880268.

HSL color Cylindrical-coordinate representation of color #CCCBD3: hue angle of 247.5º degrees, saturation: 0.08, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CCCBD3 is Cyan = 0.03, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 204 203 211 -
CMYK 0.03 0.04 0 0.17
HSL 247.5º 0.08% 0.81% -
HSV(B) 247.5º 0.04% 0.83% -
XYZ 58.02 60.25 70.2 -
YUV 204.21 131.83 127.85 -
System Red Green Blue C M Y K H S L
Decimal 204 203 211 0.03 0.04 0 0.17 247.5 0.08 0.81
Hex CC CB D3 3 4 0 11 F8 8 51
Octal 314 313 323 3 4 0 21 370 10 121
Binary 11001100 11001011 11010011 11 100 0 10001 11111000 1000 1010001

Color Harmonies of #CCCBD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCBD3

Black with #CCCBD3

Text Example


Text Example

White with #CCCBD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCBD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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