#CCADD9

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

Shades of Prelude #CCADD9

Tints of Prelude #CCADD9

Color information

#CCADD9 (or 0xCCADD9) is unknown color: approx Prelude. HEX triplet: CC, AD and D9. RGB value is (204,173,217). Sum of RGB (Red+Green+Blue) = 204+173+217=594 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.34% from 594); Green value is 173 (67.97% from 255 or 29.12% from 594); Blue value is 217 (85.16% from 255 or 36.53% from 594); Max value from RGB is 217 - color contains mainly: blue. Hex color #CCADD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCADD9 is #335226. Grayscale: #BBBBBB. Windows color (decimal): -3363367 or 14265804. OLE color: 14265804.

HSL color Cylindrical-coordinate representation of color #CCADD9: hue angle of 282.27º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCADD9 is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB204173217-
CMYK0.060.2000.15
HSL282.27º36.67%76.47%-
HSV(B)282.27º20.28%85.1%-
XYZ52.3747.7372.1-
YUV187.28144.77139.92-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.34%
GREEN value IS 173 (67.97% from 255) = 29.12%
BLUE value IS 217 (85.16% from 255) = 36.53%
R=34.34%
G=29.12%
B=36.53%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2041732170.060.2000.15282.2736.6776.47
HexCCADD96140F11a254c
Octal31425533162401743245114
Binary11001100101011011101100111010100011111000110101001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCADD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCADD9; }

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

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

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

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

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

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

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

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