#CCADDA

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

Shades of Prelude #CCADDA

Tints of Prelude #CCADDA

Color information

#CCADDA (or 0xCCADDA) is unknown color: approx Prelude. HEX triplet: CC, AD and DA. RGB value is (204,173,218). Sum of RGB (Red+Green+Blue) = 204+173+218=595 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.29% from 595); Green value is 173 (67.97% from 255 or 29.08% from 595); Blue value is 218 (85.55% from 255 or 36.64% from 595); Max value from RGB is 218 - color contains mainly: blue. Hex color #CCADDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCADDA is #335225. Grayscale: #BBBBBB. Windows color (decimal): -3363366 or 14331340. OLE color: 14331340.

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

Color convert

RGB204173218-
CMYK0.060.2100.15
HSL281.33º37.82%76.67%-
HSV(B)281.33º20.64%85.49%-
XYZ52.547.7972.79-
YUV187.4145.27139.84-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.29%
GREEN value IS 173 (67.97% from 255) = 29.08%
BLUE value IS 218 (85.55% from 255) = 36.64%
R=34.29%
G=29.08%
B=36.64%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2041732180.060.2100.15281.3337.8276.67
HexCCADDA6150F119264d
Octal31425533262501743146115
Binary11001100101011011101101011010101011111000110011001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCADDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCADDA; }

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

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

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

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

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

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

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

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