#CCADD4

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

Shades of Prelude #CCADD4

Tints of Prelude #CCADD4

Color information

#CCADD4 (or 0xCCADD4) is unknown color: approx Prelude. HEX triplet: CC, AD and D4. RGB value is (204,173,212). Sum of RGB (Red+Green+Blue) = 204+173+212=589 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.63% from 589); Green value is 173 (67.97% from 255 or 29.37% from 589); Blue value is 212 (83.20% from 255 or 35.99% from 589); Max value from RGB is 212 - color contains mainly: blue. Hex color #CCADD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCADD4 is #33522B. Grayscale: #BABABA. Windows color (decimal): -3363372 or 13938124. OLE color: 13938124.

HSL color Cylindrical-coordinate representation of color #CCADD4: hue angle of 287.69º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCADD4 is Cyan = 0.04, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB204173212-
CMYK0.040.1800.17
HSL287.69º31.2%75.49%-
HSV(B)287.69º18.4%83.14%-
XYZ51.7347.4868.73-
YUV186.71142.27140.33-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.63%
GREEN value IS 173 (67.97% from 255) = 29.37%
BLUE value IS 212 (83.20% from 255) = 35.99%
R=34.63%
G=29.37%
B=35.99%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2041732120.040.1800.17287.6931.275.49
HexCCADD44120111201f4b
Octal31425532442202144037113
Binary11001100101011011101010010010010010001100100000111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCADD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCADD4; }

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

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

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

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

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

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

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

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