#CCADD8

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

Shades of Prelude #CCADD8

Tints of Prelude #CCADD8

Color information

#CCADD8 (or 0xCCADD8) is unknown color: approx Prelude. HEX triplet: CC, AD and D8. RGB value is (204,173,216). Sum of RGB (Red+Green+Blue) = 204+173+216=593 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.40% from 593); Green value is 173 (67.97% from 255 or 29.17% from 593); Blue value is 216 (84.77% from 255 or 36.42% from 593); Max value from RGB is 216 - color contains mainly: blue. Hex color #CCADD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCADD8 is #335227. Grayscale: #BBBBBB. Windows color (decimal): -3363368 or 14200268. OLE color: 14200268.

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

Color convert

RGB204173216-
CMYK0.060.2000.15
HSL283.26º35.54%76.27%-
HSV(B)283.26º19.91%84.71%-
XYZ52.2447.6871.42-
YUV187.17144.27140-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.40%
GREEN value IS 173 (67.97% from 255) = 29.17%
BLUE value IS 216 (84.77% from 255) = 36.42%
R=34.40%
G=29.17%
B=36.42%

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
Decimal2041732160.060.2000.15283.2635.5476.27
HexCCADD86140F11b244c
Octal31425533062401743344114
Binary11001100101011011101100011010100011111000110111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCADD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCADD8; }

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

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

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

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

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

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

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

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