#CCADD3

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

Shades of Prelude #CCADD3

Tints of Prelude #CCADD3

Color information

#CCADD3 (or 0xCCADD3) is unknown color: approx Prelude. HEX triplet: CC, AD and D3. RGB value is (204,173,211). Sum of RGB (Red+Green+Blue) = 204+173+211=588 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.69% from 588); Green value is 173 (67.97% from 255 or 29.42% from 588); Blue value is 211 (82.81% from 255 or 35.88% from 588); Max value from RGB is 211 - color contains mainly: blue. Hex color #CCADD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCADD3 is #33522C. Grayscale: #BABABA. Windows color (decimal): -3363373 or 13872588. OLE color: 13872588.

HSL color Cylindrical-coordinate representation of color #CCADD3: hue angle of 288.95º degrees, saturation: 0.3, 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 #CCADD3 is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB204173211-
CMYK0.030.1800.17
HSL288.95º30.16%75.29%-
HSV(B)288.95º18.01%82.75%-
XYZ51.647.4368.06-
YUV186.6141.77140.41-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.69%
GREEN value IS 173 (67.97% from 255) = 29.42%
BLUE value IS 211 (82.81% from 255) = 35.88%
R=34.69%
G=29.42%
B=35.88%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2041732110.030.1800.17288.9530.1675.29
HexCCADD33120111211e4b
Octal31425532332202144136113
Binary1100110010101101110100111110010010001100100001111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCADD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCADD3; }

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

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

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

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

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

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

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

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