#CAADD5

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

Shades of Prelude #CAADD5

Tints of Prelude #CAADD5

Color information

#CAADD5 (or 0xCAADD5) is unknown color: approx Prelude. HEX triplet: CA, AD and D5. RGB value is (202,173,213). Sum of RGB (Red+Green+Blue) = 202+173+213=588 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.35% from 588); Green value is 173 (67.97% from 255 or 29.42% from 588); Blue value is 213 (83.59% from 255 or 36.22% from 588); Max value from RGB is 213 - color contains mainly: blue. Hex color #CAADD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAADD5 is #35522A. Grayscale: #BABABA. Windows color (decimal): -3494443 or 14003658. OLE color: 14003658.

HSL color Cylindrical-coordinate representation of color #CAADD5: hue angle of 283.5º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CAADD5 is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB202173213-
CMYK0.050.1900.16
HSL283.5º32.26%75.69%-
HSV(B)283.5º18.78%83.53%-
XYZ51.3147.2569.37-
YUV186.23143.11139.25-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.35%
GREEN value IS 173 (67.97% from 255) = 29.42%
BLUE value IS 213 (83.59% from 255) = 36.22%
R=34.35%
G=29.42%
B=36.22%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2021732130.050.1900.16283.532.2675.69
HexCAADD551301011c204c
Octal31225532552302043440114
Binary110010101010110111010101101100110100001000111001000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAADD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAADD5; }

 p { color: rgb(202,173,213); }

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

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

 a { background-color: rgb(202,173,213); }

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

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

 span { border-color: rgb(202,173,213); }

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