#CCAFD7

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

Shades of Prelude #CCAFD7

Tints of Prelude #CCAFD7

Color information

#CCAFD7 (or 0xCCAFD7) is unknown color: approx Prelude. HEX triplet: CC, AF and D7. RGB value is (204,175,215). Sum of RGB (Red+Green+Blue) = 204+175+215=594 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.34% from 594); Green value is 175 (68.75% from 255 or 29.46% from 594); Blue value is 215 (84.38% from 255 or 36.20% from 594); Max value from RGB is 215 - color contains mainly: blue. Hex color #CCAFD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAFD7 is #335028. Grayscale: #BCBCBC. Windows color (decimal): -3362857 or 14135244. OLE color: 14135244.

HSL color Cylindrical-coordinate representation of color #CCAFD7: hue angle of 283.5º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCAFD7 is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB204175215-
CMYK0.050.1900.16
HSL283.5º33.33%76.47%-
HSV(B)283.5º18.6%84.31%-
XYZ52.548.470.87-
YUV188.23143.11139.25-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.34%
GREEN value IS 175 (68.75% from 255) = 29.46%
BLUE value IS 215 (84.38% from 255) = 36.20%
R=34.34%
G=29.46%
B=36.20%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2041752150.050.1900.16283.533.3376.47
HexCCAFD751301011c214c
Octal31425732752302043441114
Binary110011001010111111010111101100110100001000111001000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAFD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAFD7; }

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

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

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

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

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

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

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

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