#CCADDE

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

Shades of Prelude #CCADDE

Tints of Prelude #CCADDE

Color information

#CCADDE (or 0xCCADDE) is unknown color: approx Prelude. HEX triplet: CC, AD and DE. RGB value is (204,173,222). Sum of RGB (Red+Green+Blue) = 204+173+222=599 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.06% from 599); Green value is 173 (67.97% from 255 or 28.88% from 599); Blue value is 222 (87.11% from 255 or 37.06% from 599); Max value from RGB is 222 - color contains mainly: blue. Hex color #CCADDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCADDE is #335221. Grayscale: #BBBBBB. Windows color (decimal): -3363362 or 14593484. OLE color: 14593484.

HSL color Cylindrical-coordinate representation of color #CCADDE: hue angle of 277.96º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CCADDE is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB204173222-
CMYK0.080.2200.13
HSL277.96º42.61%77.45%-
HSV(B)277.96º22.07%87.06%-
XYZ53.034875.58-
YUV187.85147.27139.52-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.06%
GREEN value IS 173 (67.97% from 255) = 28.88%
BLUE value IS 222 (87.11% from 255) = 37.06%
R=34.06%
G=28.88%
B=37.06%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2041732220.080.2200.13277.9642.6177.45
HexCCADDE8160D1162b4d
Octal314255336102601542653115
Binary110011001010110111011110100010110011011000101101010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCADDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCADDE; }

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

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

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

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

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

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

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

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