#CABAD1

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

Shades of Prelude #CABAD1

Tints of Prelude #CABAD1

Color information

#CABAD1 (or 0xCABAD1) is unknown color: approx Prelude. HEX triplet: CA, BA and D1. RGB value is (202,186,209). Sum of RGB (Red+Green+Blue) = 202+186+209=597 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.84% from 597); Green value is 186 (73.05% from 255 or 31.16% from 597); Blue value is 209 (82.03% from 255 or 35.01% from 597); Max value from RGB is 209 - color contains mainly: blue. Hex color #CABAD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABAD1 is #35452E. Grayscale: #C1C1C1. Windows color (decimal): -3491119 or 13744842. OLE color: 13744842.

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

Color convert

RGB202186209-
CMYK0.030.1100.18
HSL281.74º20%77.45%-
HSV(B)281.74º11%81.96%-
XYZ53.4252.2867.6-
YUV193.41136.8134.13-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.84%
GREEN value IS 186 (73.05% from 255) = 31.16%
BLUE value IS 209 (82.03% from 255) = 35.01%
R=33.84%
G=31.16%
B=35.01%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2021862090.030.1100.18281.742077.45
HexCABAD13B01211a144d
Octal31227232131302243224115
Binary110010101011101011010001111011010010100011010101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABAD1; }

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

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

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

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

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

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

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

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