#CABDC2

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

Shades of Twilight #CABDC2

Tints of Twilight #CABDC2

Color information

#CABDC2 (or 0xCABDC2) is unknown color: approx Twilight. HEX triplet: CA, BD and C2. RGB value is (202,189,194). Sum of RGB (Red+Green+Blue) = 202+189+194=585 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.53% from 585); Green value is 189 (74.22% from 255 or 32.31% from 585); Blue value is 194 (76.17% from 255 or 33.16% from 585); Max value from RGB is 202 - color contains mainly: red. Hex color #CABDC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABDC2 is #35423D. Grayscale: #C1C1C1. Windows color (decimal): -3490366 or 12762570. OLE color: 12762570.

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

Color convert

RGB202189194-
CMYK00.060.040.21
HSL336.92º10.92%76.67%-
HSV(B)336.92º6.44%79.22%-
XYZ52.2952.8558.48-
YUV193.46128.31134.09-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.53%
GREEN value IS 189 (74.22% from 255) = 32.31%
BLUE value IS 194 (76.17% from 255) = 33.16%
R=34.53%
G=32.31%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.04
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218919400.060.040.21336.9210.9276.67
HexCABDC206415151b4d
Octal3122753020642552113115
Binary11001010101111011100001001101001010110101000110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABDC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABDC2; }

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

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

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

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

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

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

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

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