#CAB7CD

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

Shades of Prelude #CAB7CD

Tints of Prelude #CAB7CD

Color information

#CAB7CD (or 0xCAB7CD) is unknown color: approx Prelude. HEX triplet: CA, B7 and CD. RGB value is (202,183,205). Sum of RGB (Red+Green+Blue) = 202+183+205=590 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.24% from 590); Green value is 183 (71.88% from 255 or 31.02% from 590); Blue value is 205 (80.47% from 255 or 34.75% from 590); Max value from RGB is 205 - color contains mainly: blue. Hex color #CAB7CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB7CD is #354832. Grayscale: #BFBFBF. Windows color (decimal): -3491891 or 13481930. OLE color: 13481930.

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

Color convert

RGB202183205-
CMYK0.010.1100.20
HSL291.82º18.03%76.08%-
HSV(B)291.82º10.73%80.39%-
XYZ52.3150.8364.81-
YUV191.19135.79135.71-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.24%
GREEN value IS 183 (71.88% from 255) = 31.02%
BLUE value IS 205 (80.47% from 255) = 34.75%
R=34.24%
G=31.02%
B=34.75%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2021832050.010.1100.20291.8218.0376.08
HexCAB7CD1B014124124c
Octal31226731511302444422114
Binary11001010101101111100110111011010100100100100100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB7CD; }

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

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

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

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

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

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

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

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