#CCBCC4

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

Shades of Twilight #CCBCC4

Tints of Twilight #CCBCC4

Color information

#CCBCC4 (or 0xCCBCC4) is unknown color: approx Twilight. HEX triplet: CC, BC and C4. RGB value is (204,188,196). Sum of RGB (Red+Green+Blue) = 204+188+196=588 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.69% from 588); Green value is 188 (73.83% from 255 or 31.97% from 588); Blue value is 196 (76.95% from 255 or 33.33% from 588); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBCC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBCC4 is #33433B. Grayscale: #C1C1C1. Windows color (decimal): -3359548 or 12893388. OLE color: 12893388.

HSL color Cylindrical-coordinate representation of color #CCBCC4: hue angle of 330º 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 #CCBCC4 is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.2.

Color convert

RGB204188196-
CMYK00.080.040.2
HSL330º13.56%76.86%-
HSV(B)330º7.84%80%-
XYZ52.8552.7959.63-
YUV193.7129.3135.35-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.69%
GREEN value IS 188 (73.83% from 255) = 31.97%
BLUE value IS 196 (76.95% from 255) = 33.33%
R=34.69%
G=31.97%
B=33.33%

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
Decimal20418819600.080.040.233013.5676.86
HexCCBCC40841414ae4d
Octal31427430401042451216115
Binary110011001011110011000100010001001010010100101011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBCC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBCC4; }

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

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

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

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

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

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

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

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