#CAACD0

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

Shades of Prelude #CAACD0

Tints of Prelude #CAACD0

Color information

#CAACD0 (or 0xCAACD0) is unknown color: approx Prelude. HEX triplet: CA, AC and D0. RGB value is (202,172,208). Sum of RGB (Red+Green+Blue) = 202+172+208=582 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.71% from 582); Green value is 172 (67.58% from 255 or 29.55% from 582); Blue value is 208 (81.64% from 255 or 35.74% from 582); Max value from RGB is 208 - color contains mainly: blue. Hex color #CAACD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAACD0 is #35532F. Grayscale: #B8B8B8. Windows color (decimal): -3494704 or 13675722. OLE color: 13675722.

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

Color convert

RGB202172208-
CMYK0.030.1700.18
HSL290º27.69%74.51%-
HSV(B)290º17.31%81.57%-
XYZ50.4946.6266.01-
YUV185.07140.94140.07-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.71%
GREEN value IS 172 (67.58% from 255) = 29.55%
BLUE value IS 208 (81.64% from 255) = 35.74%
R=34.71%
G=29.55%
B=35.74%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2021722080.030.1700.1829027.6974.51
HexCAACD03110121221c4b
Octal31225432032102244234113
Binary1100101010101100110100001110001010010100100010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAACD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAACD0; }

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

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

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

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

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

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

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

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