#CAB0DA

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

Shades of Prelude #CAB0DA

Tints of Prelude #CAB0DA

Color information

#CAB0DA (or 0xCAB0DA) is unknown color: approx Prelude. HEX triplet: CA, B0 and DA. RGB value is (202,176,218). Sum of RGB (Red+Green+Blue) = 202+176+218=596 (78% of max value = 765). Red value is 202 (79.30% from 255 or 33.89% from 596); Green value is 176 (69.14% from 255 or 29.53% from 596); Blue value is 218 (85.55% from 255 or 36.58% from 596); Max value from RGB is 218 - color contains mainly: blue. Hex color #CAB0DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAB0DA is #354F25. Grayscale: #BCBCBC. Windows color (decimal): -3493670 or 14332106. OLE color: 14332106.

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

Color convert

RGB202176218-
CMYK0.070.1900.15
HSL277.14º36.21%77.25%-
HSV(B)277.14º19.27%85.49%-
XYZ52.5448.6772.95-
YUV188.56144.61137.58-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.89%
GREEN value IS 176 (69.14% from 255) = 29.53%
BLUE value IS 218 (85.55% from 255) = 36.58%
R=33.89%
G=29.53%
B=36.58%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2021762180.070.1900.15277.1436.2177.25
HexCAB0DA7130F115244d
Octal31226033272301742544115
Binary11001010101100001101101011110011011111000101011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB0DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB0DA; }

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

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

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

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

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

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

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

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