#CAB4DA

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

Shades of Prelude #CAB4DA

Tints of Prelude #CAB4DA

Color information

#CAB4DA (or 0xCAB4DA) is unknown color: approx Prelude. HEX triplet: CA, B4 and DA. RGB value is (202,180,218). Sum of RGB (Red+Green+Blue) = 202+180+218=600 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.67% from 600); Green value is 180 (70.70% from 255 or 30% from 600); Blue value is 218 (85.55% from 255 or 36.33% from 600); Max value from RGB is 218 - color contains mainly: blue. Hex color #CAB4DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB4DA is #354B25. Grayscale: #BEBEBE. Windows color (decimal): -3492646 or 14333130. OLE color: 14333130.

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

Color convert

RGB202180218-
CMYK0.070.1700.15
HSL274.74º33.93%78.04%-
HSV(B)274.74º17.43%85.49%-
XYZ53.3350.2673.22-
YUV190.91143.29135.91-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.67%
GREEN value IS 180 (70.70% from 255) = 30%
BLUE value IS 218 (85.55% from 255) = 36.33%
R=33.67%
G=30%
B=36.33%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2021802180.070.1700.15274.7433.9378.04
HexCAB4DA7110F113224e
Octal31226433272101742342116
Binary11001010101101001101101011110001011111000100111000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB4DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB4DA; }

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

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

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

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

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

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

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

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