#CAAFD5

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

Shades of Prelude #CAAFD5

Tints of Prelude #CAAFD5

Color information

#CAAFD5 (or 0xCAAFD5) is unknown color: approx Prelude. HEX triplet: CA, AF and D5. RGB value is (202,175,213). Sum of RGB (Red+Green+Blue) = 202+175+213=590 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.24% from 590); Green value is 175 (68.75% from 255 or 29.66% from 590); Blue value is 213 (83.59% from 255 or 36.10% from 590); Max value from RGB is 213 - color contains mainly: blue. Hex color #CAAFD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAFD5 is #35502A. Grayscale: #BBBBBB. Windows color (decimal): -3493931 or 14004170. OLE color: 14004170.

HSL color Cylindrical-coordinate representation of color #CAAFD5: hue angle of 282.63º degrees, saturation: 0.31, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CAAFD5 is Cyan = 0.05, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB202175213-
CMYK0.050.1800.16
HSL282.63º31.15%76.08%-
HSV(B)282.63º17.84%83.53%-
XYZ51.748.0269.49-
YUV187.4142.45138.41-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.24%
GREEN value IS 175 (68.75% from 255) = 29.66%
BLUE value IS 213 (83.59% from 255) = 36.10%
R=34.24%
G=29.66%
B=36.10%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2021752130.050.1800.16282.6331.1576.08
HexCAAFD551201011b1f4c
Octal31225732552202043337114
Binary11001010101011111101010110110010010000100011011111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAFD5; }

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

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

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

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

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

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

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

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