#CABAD2

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

Shades of Prelude #CABAD2

Tints of Prelude #CABAD2

Color information

#CABAD2 (or 0xCABAD2) is unknown color: approx Prelude. HEX triplet: CA, BA and D2. RGB value is (202,186,210). Sum of RGB (Red+Green+Blue) = 202+186+210=598 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.78% from 598); Green value is 186 (73.05% from 255 or 31.10% from 598); Blue value is 210 (82.42% from 255 or 35.12% from 598); Max value from RGB is 210 - color contains mainly: blue. Hex color #CABAD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABAD2 is #35452D. Grayscale: #C1C1C1. Windows color (decimal): -3491118 or 13810378. OLE color: 13810378.

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

Color convert

RGB202186210-
CMYK0.040.1100.18
HSL280º21.05%77.65%-
HSV(B)280º11.43%82.35%-
XYZ53.5552.3368.25-
YUV193.52137.3134.05-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.78%
GREEN value IS 186 (73.05% from 255) = 31.10%
BLUE value IS 210 (82.42% from 255) = 35.12%
R=33.78%
G=31.10%
B=35.12%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2021862100.040.1100.1828021.0577.65
HexCABAD24B012118154e
Octal31227232241302243025116
Binary1100101010111010110100101001011010010100011000101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABAD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABAD2; }

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

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

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

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

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

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

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

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