#CABAD5

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

Shades of Prelude #CABAD5

Tints of Prelude #CABAD5

Color information

#CABAD5 (or 0xCABAD5) is unknown color: approx Prelude. HEX triplet: CA, BA and D5. RGB value is (202,186,213). Sum of RGB (Red+Green+Blue) = 202+186+213=601 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.61% from 601); Green value is 186 (73.05% from 255 or 30.95% from 601); Blue value is 213 (83.59% from 255 or 35.44% from 601); Max value from RGB is 213 - color contains mainly: blue. Hex color #CABAD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABAD5 is #35452A. Grayscale: #C1C1C1. Windows color (decimal): -3491115 or 14006986. OLE color: 14006986.

HSL color Cylindrical-coordinate representation of color #CABAD5: hue angle of 275.56º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CABAD5 is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB202186213-
CMYK0.050.1300.16
HSL275.56º24.32%78.24%-
HSV(B)275.56º12.68%83.53%-
XYZ53.9352.4870.24-
YUV193.86138.8133.8-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.61%
GREEN value IS 186 (73.05% from 255) = 30.95%
BLUE value IS 213 (83.59% from 255) = 35.44%
R=33.61%
G=30.95%
B=35.44%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2021862130.050.1300.16275.5624.3278.24
HexCABAD55D010114184e
Octal31227232551502042430116
Binary1100101010111010110101011011101010000100010100110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABAD5; }

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

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

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

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

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

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

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

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