#CAADDA

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

Shades of Prelude #CAADDA

Tints of Prelude #CAADDA

Color information

#CAADDA (or 0xCAADDA) is unknown color: approx Prelude. HEX triplet: CA, AD and DA. RGB value is (202,173,218). Sum of RGB (Red+Green+Blue) = 202+173+218=593 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.06% from 593); Green value is 173 (67.97% from 255 or 29.17% from 593); Blue value is 218 (85.55% from 255 or 36.76% from 593); Max value from RGB is 218 - color contains mainly: blue. Hex color #CAADDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAADDA is #355225. Grayscale: #BABABA. Windows color (decimal): -3494438 or 14331338. OLE color: 14331338.

HSL color Cylindrical-coordinate representation of color #CAADDA: hue angle of 278.67º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CAADDA is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB202173218-
CMYK0.070.2100.15
HSL278.67º37.82%76.67%-
HSV(B)278.67º20.64%85.49%-
XYZ51.9647.5172.76-
YUV186.8145.61138.84-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.06%
GREEN value IS 173 (67.97% from 255) = 29.17%
BLUE value IS 218 (85.55% from 255) = 36.76%
R=34.06%
G=29.17%
B=36.76%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2021732180.070.2100.15278.6737.8276.67
HexCAADDA7150F117264d
Octal31225533272501742746115
Binary11001010101011011101101011110101011111000101111001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAADDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAADDA; }

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

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

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

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

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

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

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

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