#CAACD2

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

Shades of Prelude #CAACD2

Tints of Prelude #CAACD2

Color information

#CAACD2 (or 0xCAACD2) is unknown color: approx Prelude. HEX triplet: CA, AC and D2. RGB value is (202,172,210). Sum of RGB (Red+Green+Blue) = 202+172+210=584 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.59% from 584); Green value is 172 (67.58% from 255 or 29.45% from 584); Blue value is 210 (82.42% from 255 or 35.96% from 584); Max value from RGB is 210 - color contains mainly: blue. Hex color #CAACD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAACD2 is #35532D. Grayscale: #B9B9B9. Windows color (decimal): -3494702 or 13806794. OLE color: 13806794.

HSL color Cylindrical-coordinate representation of color #CAACD2: hue angle of 287.37º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CAACD2 is Cyan = 0.04, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB202172210-
CMYK0.040.1800.18
HSL287.37º29.69%74.9%-
HSV(B)287.37º18.1%82.35%-
XYZ50.7446.7167.32-
YUV185.3141.94139.91-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.59%
GREEN value IS 172 (67.58% from 255) = 29.45%
BLUE value IS 210 (82.42% from 255) = 35.96%
R=34.59%
G=29.45%
B=35.96%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2021722100.040.1800.18287.3729.6974.9
HexCAACD241201211f1e4b
Octal31225432242202243736113
Binary11001010101011001101001010010010010010100011111111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAACD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAACD2; }

 p { color: rgb(202,172,210); }

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

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

 a { background-color: rgb(202,172,210); }

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

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

 span { border-color: rgb(202,172,210); }

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