#CAAFD0

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

Shades of Prelude #CAAFD0

Tints of Prelude #CAAFD0

Color information

#CAAFD0 (or 0xCAAFD0) is unknown color: approx Prelude. HEX triplet: CA, AF and D0. RGB value is (202,175,208). Sum of RGB (Red+Green+Blue) = 202+175+208=585 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.53% from 585); Green value is 175 (68.75% from 255 or 29.91% from 585); Blue value is 208 (81.64% from 255 or 35.56% from 585); Max value from RGB is 208 - color contains mainly: blue. Hex color #CAAFD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAFD0 is #35502F. Grayscale: #BABABA. Windows color (decimal): -3493936 or 13676490. OLE color: 13676490.

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

Color convert

RGB202175208-
CMYK0.030.1600.18
HSL289.09º25.98%75.1%-
HSV(B)289.09º15.87%81.57%-
XYZ51.0747.7766.2-
YUV186.83139.95138.82-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.53%
GREEN value IS 175 (68.75% from 255) = 29.91%
BLUE value IS 208 (81.64% from 255) = 35.56%
R=34.53%
G=29.91%
B=35.56%

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
Decimal2021752080.030.1600.18289.0925.9875.1
HexCAAFD03100121211a4b
Octal31225732032002244132113
Binary1100101010101111110100001110000010010100100001110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAFD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAFD0; }

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

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

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

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

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

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

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

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