#CAABDA

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

Shades of Prelude #CAABDA

Tints of Prelude #CAABDA

Color information

#CAABDA (or 0xCAABDA) is unknown color: approx Prelude. HEX triplet: CA, AB and DA. RGB value is (202,171,218). Sum of RGB (Red+Green+Blue) = 202+171+218=591 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.18% from 591); Green value is 171 (67.19% from 255 or 28.93% from 591); Blue value is 218 (85.55% from 255 or 36.89% from 591); Max value from RGB is 218 - color contains mainly: blue. Hex color #CAABDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAABDA is #355425. Grayscale: #B9B9B9. Windows color (decimal): -3494950 or 14330826. OLE color: 14330826.

HSL color Cylindrical-coordinate representation of color #CAABDA: hue angle of 279.57º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CAABDA is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB202171218-
CMYK0.070.2200.15
HSL279.57º38.84%76.27%-
HSV(B)279.57º21.56%85.49%-
XYZ51.5746.7472.63-
YUV185.63146.27139.68-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.18%
GREEN value IS 171 (67.19% from 255) = 28.93%
BLUE value IS 218 (85.55% from 255) = 36.89%
R=34.18%
G=28.93%
B=36.89%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2021712180.070.2200.15279.5738.8476.27
HexCAABDA7160F118274c
Octal31225333272601743047114
Binary11001010101010111101101011110110011111000110001001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAABDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAABDA; }

 p { color: rgb(202,171,218); }

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

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

 a { background-color: rgb(202,171,218); }

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

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

 span { border-color: rgb(202,171,218); }

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