#CCADD1

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

Shades of Prelude #CCADD1

Tints of Prelude #CCADD1

Color information

#CCADD1 (or 0xCCADD1) is unknown color: approx Prelude. HEX triplet: CC, AD and D1. RGB value is (204,173,209). Sum of RGB (Red+Green+Blue) = 204+173+209=586 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.81% from 586); Green value is 173 (67.97% from 255 or 29.52% from 586); Blue value is 209 (82.03% from 255 or 35.67% from 586); Max value from RGB is 209 - color contains mainly: blue. Hex color #CCADD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCADD1 is #33522E. Grayscale: #BABABA. Windows color (decimal): -3363375 or 13741516. OLE color: 13741516.

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

Color convert

RGB204173209-
CMYK0.020.1700.18
HSL291.67º28.12%74.9%-
HSV(B)291.67º17.22%81.96%-
XYZ51.3547.3366.75-
YUV186.37140.77140.57-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.81%
GREEN value IS 173 (67.97% from 255) = 29.52%
BLUE value IS 209 (82.03% from 255) = 35.67%
R=34.81%
G=29.52%
B=35.67%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2041732090.020.1700.18291.6728.1274.9
HexCCADD12110121241c4b
Octal31425532122102244434113
Binary1100110010101101110100011010001010010100100100111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCADD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCADD1; }

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

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

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

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

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

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

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

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