#CABACD

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

Shades of Prelude #CABACD

Tints of Prelude #CABACD

Color information

#CABACD (or 0xCABACD) is unknown color: approx Prelude. HEX triplet: CA, BA and CD. RGB value is (202,186,205). Sum of RGB (Red+Green+Blue) = 202+186+205=593 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.06% from 593); Green value is 186 (73.05% from 255 or 31.37% from 593); Blue value is 205 (80.47% from 255 or 34.57% from 593); Max value from RGB is 205 - color contains mainly: blue. Hex color #CABACD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABACD is #354532. Grayscale: #C0C0C0. Windows color (decimal): -3491123 or 13482698. OLE color: 13482698.

HSL color Cylindrical-coordinate representation of color #CABACD: hue angle of 290.53º degrees, saturation: 0.16, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CABACD is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB202186205-
CMYK0.010.0900.20
HSL290.53º15.97%76.67%-
HSV(B)290.53º9.27%80.39%-
XYZ52.9452.0865.02-
YUV192.95134.8134.46-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.06%
GREEN value IS 186 (73.05% from 255) = 31.37%
BLUE value IS 205 (80.47% from 255) = 34.57%
R=34.06%
G=31.37%
B=34.57%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2021862050.010.0900.20290.5315.9776.67
HexCABACD19014123104d
Octal31227231511102444320115
Binary11001010101110101100110111001010100100100011100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABACD; }

 p { color: rgb(202,186,205); }

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

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

 a { background-color: rgb(202,186,205); }

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

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

 span { border-color: rgb(202,186,205); }

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