#CAAFD7

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

Shades of Prelude #CAAFD7

Tints of Prelude #CAAFD7

Color information

#CAAFD7 (or 0xCAAFD7) is unknown color: approx Prelude. HEX triplet: CA, AF and D7. RGB value is (202,175,215). Sum of RGB (Red+Green+Blue) = 202+175+215=592 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.12% from 592); Green value is 175 (68.75% from 255 or 29.56% from 592); Blue value is 215 (84.38% from 255 or 36.32% from 592); Max value from RGB is 215 - color contains mainly: blue. Hex color #CAAFD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAFD7 is #355028. Grayscale: #BBBBBB. Windows color (decimal): -3493929 or 14135242. OLE color: 14135242.

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

Color convert

RGB202175215-
CMYK0.060.1900.16
HSL280.5º33.33%76.47%-
HSV(B)280.5º18.6%84.31%-
XYZ51.9548.1270.84-
YUV187.63143.45138.25-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.12%
GREEN value IS 175 (68.75% from 255) = 29.56%
BLUE value IS 215 (84.38% from 255) = 36.32%
R=34.12%
G=29.56%
B=36.32%

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
Decimal2021752150.060.1900.16280.533.3376.47
HexCAAFD7613010118214c
Octal31225732762302043041114
Binary110010101010111111010111110100110100001000110001000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAFD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAFD7; }

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

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

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

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

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

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

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

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