#CBBDC4

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

Shades of Twilight #CBBDC4

Tints of Twilight #CBBDC4

Color information

#CBBDC4 (or 0xCBBDC4) is unknown color: approx Twilight. HEX triplet: CB, BD and C4. RGB value is (203,189,196). Sum of RGB (Red+Green+Blue) = 203+189+196=588 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.52% from 588); Green value is 189 (74.22% from 255 or 32.14% from 588); Blue value is 196 (76.95% from 255 or 33.33% from 588); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBDC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBDC4 is #34423B. Grayscale: #C1C1C1. Windows color (decimal): -3424828 or 12893643. OLE color: 12893643.

HSL color Cylindrical-coordinate representation of color #CBBDC4: hue angle of 330º degrees, saturation: 0.12, 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 #CBBDC4 is Cyan = 0, Magento = 0.07, Yellow = 0.03 and Black (K on CMYK) = 0.20.

Color convert

RGB203189196-
CMYK00.070.030.20
HSL330º11.86%76.86%-
HSV(B)330º6.9%79.61%-
XYZ52.7953.0859.69-
YUV193.98129.14134.43-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.52%
GREEN value IS 189 (74.22% from 255) = 32.14%
BLUE value IS 196 (76.95% from 255) = 33.33%
R=34.52%
G=32.14%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.03
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318919600.070.030.2033011.8676.86
HexCBBDC40731414ac4d
Octal3132753040732451214115
Binary1100101110111101110001000111111010010100101011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBDC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBDC4; }

 p { color: rgb(203,189,196); }

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

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

 a { background-color: rgb(203,189,196); }

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

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

 span { border-color: rgb(203,189,196); }

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