#CCBCC3

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

Shades of Twilight #CCBCC3

Tints of Twilight #CCBCC3

Color information

#CCBCC3 (or 0xCCBCC3) is unknown color: approx Twilight. HEX triplet: CC, BC and C3. RGB value is (204,188,195). Sum of RGB (Red+Green+Blue) = 204+188+195=587 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.75% from 587); Green value is 188 (73.83% from 255 or 32.03% from 587); Blue value is 195 (76.56% from 255 or 33.22% from 587); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBCC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBCC3 is #33433C. Grayscale: #C1C1C1. Windows color (decimal): -3359549 or 12827852. OLE color: 12827852.

HSL color Cylindrical-coordinate representation of color #CCBCC3: hue angle of 333.75º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CCBCC3 is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.2.

Color convert

RGB204188195-
CMYK00.080.040.2
HSL333.75º13.56%76.86%-
HSV(B)333.75º7.84%80%-
XYZ52.7452.7459.03-
YUV193.58128.8135.43-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.75%
GREEN value IS 188 (73.83% from 255) = 32.03%
BLUE value IS 195 (76.56% from 255) = 33.22%
R=34.75%
G=32.03%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.04
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418819500.080.040.2333.7513.5676.86
HexCCBCC30841414ee4d
Octal31427430301042451616115
Binary110011001011110011000011010001001010010100111011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBCC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBCC3; }

 p { color: rgb(204,188,195); }

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

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

 a { background-color: rgb(204,188,195); }

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

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

 span { border-color: rgb(204,188,195); }

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