#CCBDC5

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

Shades of Twilight #CCBDC5

Tints of Twilight #CCBDC5

Color information

#CCBDC5 (or 0xCCBDC5) is unknown color: approx Twilight. HEX triplet: CC, BD and C5. RGB value is (204,189,197). Sum of RGB (Red+Green+Blue) = 204+189+197=590 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.58% from 590); Green value is 189 (74.22% from 255 or 32.03% from 590); Blue value is 197 (77.34% from 255 or 33.39% from 590); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBDC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBDC5 is #33423A. Grayscale: #C2C2C2. Windows color (decimal): -3359291 or 12959180. OLE color: 12959180.

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

Color convert

RGB204189197-
CMYK00.070.030.2
HSL328º12.82%77.06%-
HSV(B)328º7.35%80%-
XYZ53.1853.2660.3-
YUV194.4129.47134.85-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.58%
GREEN value IS 189 (74.22% from 255) = 32.03%
BLUE value IS 197 (77.34% from 255) = 33.39%
R=34.58%
G=32.03%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.03
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418919700.070.030.232812.8277.06
HexCCBDC507314148d4d
Octal3142753050732451015115
Binary1100110010111101110001010111111010010100100011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBDC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBDC5; }

 p { color: rgb(204,189,197); }

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

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

 a { background-color: rgb(204,189,197); }

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

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

 span { border-color: rgb(204,189,197); }

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