#CAADCF

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

Shades of Prelude #CAADCF

Tints of Prelude #CAADCF

Color information

#CAADCF (or 0xCAADCF) is unknown color: approx Prelude. HEX triplet: CA, AD and CF. RGB value is (202,173,207). Sum of RGB (Red+Green+Blue) = 202+173+207=582 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.71% from 582); Green value is 173 (67.97% from 255 or 29.73% from 582); Blue value is 207 (81.25% from 255 or 35.57% from 582); Max value from RGB is 207 - color contains mainly: blue. Hex color #CAADCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAADCF is #355230. Grayscale: #B9B9B9. Windows color (decimal): -3494449 or 13610442. OLE color: 13610442.

HSL color Cylindrical-coordinate representation of color #CAADCF: hue angle of 291.18º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CAADCF is Cyan = 0.02, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB202173207-
CMYK0.020.1600.19
HSL291.18º26.15%74.51%-
HSV(B)291.18º16.43%81.18%-
XYZ50.5646.9565.43-
YUV185.55140.11139.74-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.71%
GREEN value IS 173 (67.97% from 255) = 29.73%
BLUE value IS 207 (81.25% from 255) = 35.57%
R=34.71%
G=29.73%
B=35.57%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2021732070.020.1600.19291.1826.1574.51
HexCAADCF2100131231a4b
Octal31225531722002344332113
Binary1100101010101101110011111010000010011100100011110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAADCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAADCF; }

 p { color: rgb(202,173,207); }

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

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

 a { background-color: rgb(202,173,207); }

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

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

 span { border-color: rgb(202,173,207); }

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