#CAB2CD

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

Shades of Prelude #CAB2CD

Tints of Prelude #CAB2CD

Color information

#CAB2CD (or 0xCAB2CD) is unknown color: approx Prelude. HEX triplet: CA, B2 and CD. RGB value is (202,178,205). Sum of RGB (Red+Green+Blue) = 202+178+205=585 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.53% from 585); Green value is 178 (69.92% from 255 or 30.43% from 585); Blue value is 205 (80.47% from 255 or 35.04% from 585); Max value from RGB is 205 - color contains mainly: blue. Hex color #CAB2CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAB2CD is #354D32. Grayscale: #BCBCBC. Windows color (decimal): -3493171 or 13480650. OLE color: 13480650.

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

Color convert

RGB202178205-
CMYK0.010.1300.20
HSL293.33º21.26%75.1%-
HSV(B)293.33º13.17%80.39%-
XYZ51.348.8164.47-
YUV188.25137.45137.8-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.53%
GREEN value IS 178 (69.92% from 255) = 30.43%
BLUE value IS 205 (80.47% from 255) = 35.04%
R=34.53%
G=30.43%
B=35.04%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2021782050.010.1300.20293.3321.2675.1
HexCAB2CD1D014125154b
Octal31226231511502444525113
Binary11001010101100101100110111101010100100100101101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB2CD; }

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

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

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

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

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

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

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

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