#CCADD5

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

Shades of Prelude #CCADD5

Tints of Prelude #CCADD5

Color information

#CCADD5 (or 0xCCADD5) is unknown color: approx Prelude. HEX triplet: CC, AD and D5. RGB value is (204,173,213). Sum of RGB (Red+Green+Blue) = 204+173+213=590 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.58% from 590); Green value is 173 (67.97% from 255 or 29.32% from 590); Blue value is 213 (83.59% from 255 or 36.10% from 590); Max value from RGB is 213 - color contains mainly: blue. Hex color #CCADD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCADD5 is #33522A. Grayscale: #BABABA. Windows color (decimal): -3363371 or 14003660. OLE color: 14003660.

HSL color Cylindrical-coordinate representation of color #CCADD5: hue angle of 286.5º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCADD5 is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB204173213-
CMYK0.040.1900.16
HSL286.5º32.26%75.69%-
HSV(B)286.5º18.78%83.53%-
XYZ51.8647.5369.39-
YUV186.83142.77140.25-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.58%
GREEN value IS 173 (67.97% from 255) = 29.32%
BLUE value IS 213 (83.59% from 255) = 36.10%
R=34.58%
G=29.32%
B=36.10%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2041732130.040.1900.16286.532.2675.69
HexCCADD541301011e204c
Octal31425532542302043640114
Binary110011001010110111010101100100110100001000111101000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCADD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCADD5; }

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

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

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

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

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

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

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

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