#CABDC3

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

Shades of Twilight #CABDC3

Tints of Twilight #CABDC3

Color information

#CABDC3 (or 0xCABDC3) is unknown color: approx Twilight. HEX triplet: CA, BD and C3. RGB value is (202,189,195). Sum of RGB (Red+Green+Blue) = 202+189+195=586 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.47% from 586); Green value is 189 (74.22% from 255 or 32.25% from 586); Blue value is 195 (76.56% from 255 or 33.28% from 586); Max value from RGB is 202 - color contains mainly: red. Hex color #CABDC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABDC3 is #35423C. Grayscale: #C1C1C1. Windows color (decimal): -3490365 or 12828106. OLE color: 12828106.

HSL color Cylindrical-coordinate representation of color #CABDC3: hue angle of 332.31º degrees, saturation: 0.11, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CABDC3 is Cyan = 0, Magento = 0.06, Yellow = 0.03 and Black (K on CMYK) = 0.21.

Color convert

RGB202189195-
CMYK00.060.030.21
HSL332.31º10.92%76.67%-
HSV(B)332.31º6.44%79.22%-
XYZ52.4152.8959.08-
YUV193.57128.81134.01-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.47%
GREEN value IS 189 (74.22% from 255) = 32.25%
BLUE value IS 195 (76.56% from 255) = 33.28%
R=34.47%
G=32.25%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.03
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218919500.060.030.21332.3110.9276.67
HexCABDC30631514cb4d
Octal3122753030632551413115
Binary1100101010111101110000110110111010110100110010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABDC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABDC3; }

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

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

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

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

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

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

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

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