#CCBDC3

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

Shades of Twilight #CCBDC3

Tints of Twilight #CCBDC3

Color information

#CCBDC3 (or 0xCCBDC3) is unknown color: approx Twilight. HEX triplet: CC, BD and C3. RGB value is (204,189,195). Sum of RGB (Red+Green+Blue) = 204+189+195=588 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.69% from 588); Green value is 189 (74.22% from 255 or 32.14% from 588); Blue value is 195 (76.56% from 255 or 33.16% from 588); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBDC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBDC3 is #33423C. Grayscale: #C2C2C2. Windows color (decimal): -3359293 or 12828108. OLE color: 12828108.

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

Color convert

RGB204189195-
CMYK00.070.040.2
HSL336º12.82%77.06%-
HSV(B)336º7.35%80%-
XYZ52.9553.1759.1-
YUV194.17128.47135.01-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.69%
GREEN value IS 189 (74.22% from 255) = 32.14%
BLUE value IS 195 (76.56% from 255) = 33.16%
R=34.69%
G=32.14%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.04
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418919500.070.040.233612.8277.06
HexCCBDC307414150d4d
Octal3142753030742452015115
Binary11001100101111011100001101111001010010101000011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBDC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBDC3; }

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

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

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

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

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

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

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

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