#CCAFD1

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

Shades of Prelude #CCAFD1

Tints of Prelude #CCAFD1

Color information

#CCAFD1 (or 0xCCAFD1) is unknown color: approx Prelude. HEX triplet: CC, AF and D1. RGB value is (204,175,209). Sum of RGB (Red+Green+Blue) = 204+175+209=588 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.69% from 588); Green value is 175 (68.75% from 255 or 29.76% from 588); Blue value is 209 (82.03% from 255 or 35.54% from 588); Max value from RGB is 209 - color contains mainly: blue. Hex color #CCAFD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAFD1 is #33502E. Grayscale: #BBBBBB. Windows color (decimal): -3362863 or 13742028. OLE color: 13742028.

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

Color convert

RGB204175209-
CMYK0.020.1600.18
HSL291.18º26.98%75.29%-
HSV(B)291.18º16.27%81.96%-
XYZ51.7448.166.88-
YUV187.55140.11139.74-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.69%
GREEN value IS 175 (68.75% from 255) = 29.76%
BLUE value IS 209 (82.03% from 255) = 35.54%
R=34.69%
G=29.76%
B=35.54%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2041752090.020.1600.18291.1826.9875.29
HexCCAFD12100121231b4b
Octal31425732122002244333113
Binary1100110010101111110100011010000010010100100011110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAFD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAFD1; }

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

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

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

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

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

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

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

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