#CCAFDF

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

Shades of Prelude #CCAFDF

Tints of Prelude #CCAFDF

Color information

#CCAFDF (or 0xCCAFDF) is unknown color: approx Prelude. HEX triplet: CC, AF and DF. RGB value is (204,175,223). Sum of RGB (Red+Green+Blue) = 204+175+223=602 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.89% from 602); Green value is 175 (68.75% from 255 or 29.07% from 602); Blue value is 223 (87.5% from 255 or 37.04% from 602); Max value from RGB is 223 - color contains mainly: blue. Hex color #CCAFDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAFDF is #335020. Grayscale: #BCBCBC. Windows color (decimal): -3362849 or 14659532. OLE color: 14659532.

HSL color Cylindrical-coordinate representation of color #CCAFDF: hue angle of 276.25º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CCAFDF is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB204175223-
CMYK0.090.2200.13
HSL276.25º42.86%78.04%-
HSV(B)276.25º21.52%87.45%-
XYZ53.5548.8376.41-
YUV189.14147.11138.6-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.89%
GREEN value IS 175 (68.75% from 255) = 29.07%
BLUE value IS 223 (87.5% from 255) = 37.04%
R=33.89%
G=29.07%
B=37.04%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2041752230.090.2200.13276.2542.8678.04
HexCCAFDF9160D1142b4e
Octal314257337112601542453116
Binary110011001010111111011111100110110011011000101001010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAFDF; }

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

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

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

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

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

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

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

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