#CABAD0

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

Shades of Prelude #CABAD0

Tints of Prelude #CABAD0

Color information

#CABAD0 (or 0xCABAD0) is unknown color: approx Prelude. HEX triplet: CA, BA and D0. RGB value is (202,186,208). Sum of RGB (Red+Green+Blue) = 202+186+208=596 (78% of max value = 765). Red value is 202 (79.30% from 255 or 33.89% from 596); Green value is 186 (73.05% from 255 or 31.21% from 596); Blue value is 208 (81.64% from 255 or 34.90% from 596); Max value from RGB is 208 - color contains mainly: blue. Hex color #CABAD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABAD0 is #35452F. Grayscale: #C1C1C1. Windows color (decimal): -3491120 or 13679306. OLE color: 13679306.

HSL color Cylindrical-coordinate representation of color #CABAD0: hue angle of 283.64º degrees, saturation: 0.19, 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 #CABAD0 is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB202186208-
CMYK0.030.1100.18
HSL283.64º18.97%77.25%-
HSV(B)283.64º10.58%81.57%-
XYZ53.352.2366.95-
YUV193.29136.3134.21-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.89%
GREEN value IS 186 (73.05% from 255) = 31.21%
BLUE value IS 208 (81.64% from 255) = 34.90%
R=33.89%
G=31.21%
B=34.90%

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
Decimal2021862080.030.1100.18283.6418.9777.25
HexCABAD03B01211c134d
Octal31227232031302243423115
Binary110010101011101011010000111011010010100011100100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABAD0; }

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

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

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

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

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

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

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

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