#CCAFD9

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

Shades of Prelude #CCAFD9

Tints of Prelude #CCAFD9

Color information

#CCAFD9 (or 0xCCAFD9) is unknown color: approx Prelude. HEX triplet: CC, AF and D9. RGB value is (204,175,217). Sum of RGB (Red+Green+Blue) = 204+175+217=596 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.23% from 596); Green value is 175 (68.75% from 255 or 29.36% from 596); Blue value is 217 (85.16% from 255 or 36.41% from 596); Max value from RGB is 217 - color contains mainly: blue. Hex color #CCAFD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAFD9 is #335026. Grayscale: #BCBCBC. Windows color (decimal): -3362855 or 14266316. OLE color: 14266316.

HSL color Cylindrical-coordinate representation of color #CCAFD9: hue angle of 281.43º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCAFD9 is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB204175217-
CMYK0.060.1900.15
HSL281.43º35.59%76.86%-
HSV(B)281.43º19.35%85.1%-
XYZ52.7648.5172.23-
YUV188.46144.11139.08-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.23%
GREEN value IS 175 (68.75% from 255) = 29.36%
BLUE value IS 217 (85.16% from 255) = 36.41%
R=34.23%
G=29.36%
B=36.41%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2041752170.060.1900.15281.4335.5976.86
HexCCAFD96130F119244d
Octal31425733162301743144115
Binary11001100101011111101100111010011011111000110011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAFD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAFD9; }

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

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

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

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

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

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

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

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