#CAAED7

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

Shades of Prelude #CAAED7

Tints of Prelude #CAAED7

Color information

#CAAED7 (or 0xCAAED7) is unknown color: approx Prelude. HEX triplet: CA, AE and D7. RGB value is (202,174,215). Sum of RGB (Red+Green+Blue) = 202+174+215=591 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.18% from 591); Green value is 174 (68.36% from 255 or 29.44% from 591); Blue value is 215 (84.38% from 255 or 36.38% from 591); Max value from RGB is 215 - color contains mainly: blue. Hex color #CAAED7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAED7 is #355128. Grayscale: #BABABA. Windows color (decimal): -3494185 or 14134986. OLE color: 14134986.

HSL color Cylindrical-coordinate representation of color #CAAED7: hue angle of 280.98º degrees, saturation: 0.34, 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 #CAAED7 is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB202174215-
CMYK0.060.1900.16
HSL280.98º33.88%76.27%-
HSV(B)280.98º19.07%84.31%-
XYZ51.7647.7370.78-
YUV187.05143.78138.67-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.18%
GREEN value IS 174 (68.36% from 255) = 29.44%
BLUE value IS 215 (84.38% from 255) = 36.38%
R=34.18%
G=29.44%
B=36.38%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2021742150.060.1900.16280.9833.8876.27
HexCAAED7613010119224c
Octal31225632762302043142114
Binary110010101010111011010111110100110100001000110011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAED7; }

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

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

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

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

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

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

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

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