#CAAED0

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

Shades of Prelude #CAAED0

Tints of Prelude #CAAED0

Color information

#CAAED0 (or 0xCAAED0) is unknown color: approx Prelude. HEX triplet: CA, AE and D0. RGB value is (202,174,208). Sum of RGB (Red+Green+Blue) = 202+174+208=584 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.59% from 584); Green value is 174 (68.36% from 255 or 29.79% from 584); Blue value is 208 (81.64% from 255 or 35.62% from 584); Max value from RGB is 208 - color contains mainly: blue. Hex color #CAAED0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAED0 is #35512F. Grayscale: #BABABA. Windows color (decimal): -3494192 or 13676234. OLE color: 13676234.

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

Color convert

RGB202174208-
CMYK0.030.1600.18
HSL289.41º26.56%74.9%-
HSV(B)289.41º16.35%81.57%-
XYZ50.8847.3866.14-
YUV186.25140.28139.24-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.59%
GREEN value IS 174 (68.36% from 255) = 29.79%
BLUE value IS 208 (81.64% from 255) = 35.62%
R=34.59%
G=29.79%
B=35.62%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2021742080.030.1600.18289.4126.5674.9
HexCAAED03100121211b4b
Octal31225632032002244133113
Binary1100101010101110110100001110000010010100100001110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAED0; }

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

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

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

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

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

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

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

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