#CAADD1

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

Shades of Prelude #CAADD1

Tints of Prelude #CAADD1

Color information

#CAADD1 (or 0xCAADD1) is unknown color: approx Prelude. HEX triplet: CA, AD and D1. RGB value is (202,173,209). Sum of RGB (Red+Green+Blue) = 202+173+209=584 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.59% from 584); Green value is 173 (67.97% from 255 or 29.62% from 584); Blue value is 209 (82.03% from 255 or 35.79% from 584); Max value from RGB is 209 - color contains mainly: blue. Hex color #CAADD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAADD1 is #35522E. Grayscale: #B9B9B9. Windows color (decimal): -3494447 or 13741514. OLE color: 13741514.

HSL color Cylindrical-coordinate representation of color #CAADD1: hue angle of 288.33º 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 #CAADD1 is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB202173209-
CMYK0.030.1700.18
HSL288.33º28.12%74.9%-
HSV(B)288.33º17.22%81.96%-
XYZ50.8147.0566.72-
YUV185.77141.11139.57-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.59%
GREEN value IS 173 (67.97% from 255) = 29.62%
BLUE value IS 209 (82.03% from 255) = 35.79%
R=34.59%
G=29.62%
B=35.79%

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
Decimal2021732090.030.1700.18288.3328.1274.9
HexCAADD13110121201c4b
Octal31225532132102244034113
Binary1100101010101101110100011110001010010100100000111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAADD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAADD1; }

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

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

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

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

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

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

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

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