#CCADDB

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

Shades of Prelude #CCADDB

Tints of Prelude #CCADDB

Color information

#CCADDB (or 0xCCADDB) is unknown color: approx Prelude. HEX triplet: CC, AD and DB. RGB value is (204,173,219). Sum of RGB (Red+Green+Blue) = 204+173+219=596 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.23% from 596); Green value is 173 (67.97% from 255 or 29.03% from 596); Blue value is 219 (85.94% from 255 or 36.74% from 596); Max value from RGB is 219 - color contains mainly: blue. Hex color #CCADDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCADDB is #335224. Grayscale: #BBBBBB. Windows color (decimal): -3363365 or 14396876. OLE color: 14396876.

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

Color convert

RGB204173219-
CMYK0.070.2100.14
HSL280.43º38.98%76.86%-
HSV(B)280.43º21%85.88%-
XYZ52.6347.8473.48-
YUV187.51145.77139.76-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.23%
GREEN value IS 173 (67.97% from 255) = 29.03%
BLUE value IS 219 (85.94% from 255) = 36.74%
R=34.23%
G=29.03%
B=36.74%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2041732190.070.2100.14280.4338.9876.86
HexCCADDB7150E118274d
Octal31425533372501643047115
Binary11001100101011011101101111110101011101000110001001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCADDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCADDB; }

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

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

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

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

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

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

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

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