#CAADD6

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

Shades of Prelude #CAADD6

Tints of Prelude #CAADD6

Color information

#CAADD6 (or 0xCAADD6) is unknown color: approx Prelude. HEX triplet: CA, AD and D6. RGB value is (202,173,214). Sum of RGB (Red+Green+Blue) = 202+173+214=589 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.30% from 589); Green value is 173 (67.97% from 255 or 29.37% from 589); Blue value is 214 (83.98% from 255 or 36.33% from 589); Max value from RGB is 214 - color contains mainly: blue. Hex color #CAADD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAADD6 is #355229. Grayscale: #BABABA. Windows color (decimal): -3494442 or 14069194. OLE color: 14069194.

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

Color convert

RGB202173214-
CMYK0.060.1900.16
HSL282.44º33.33%75.88%-
HSV(B)282.44º19.16%83.92%-
XYZ51.4447.370.04-
YUV186.34143.61139.17-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.30%
GREEN value IS 173 (67.97% from 255) = 29.37%
BLUE value IS 214 (83.98% from 255) = 36.33%
R=34.30%
G=29.37%
B=36.33%

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
Decimal2021732140.060.1900.16282.4433.3375.88
HexCAADD661301011a214c
Octal31225532662302043241114
Binary110010101010110111010110110100110100001000110101000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAADD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAADD6; }

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

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

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

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

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

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

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

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