#CCAFDD

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

Shades of Prelude #CCAFDD

Tints of Prelude #CCAFDD

Color information

#CCAFDD (or 0xCCAFDD) is unknown color: approx Prelude. HEX triplet: CC, AF and DD. RGB value is (204,175,221). Sum of RGB (Red+Green+Blue) = 204+175+221=600 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34% from 600); Green value is 175 (68.75% from 255 or 29.17% from 600); Blue value is 221 (86.72% from 255 or 36.83% from 600); Max value from RGB is 221 - color contains mainly: blue. Hex color #CCAFDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAFDD is #335022. Grayscale: #BCBCBC. Windows color (decimal): -3362851 or 14528460. OLE color: 14528460.

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

Color convert

RGB204175221-
CMYK0.080.2100.13
HSL277.83º40.35%77.65%-
HSV(B)277.83º20.81%86.67%-
XYZ53.2848.7275-
YUV188.92146.11138.76-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34%
GREEN value IS 175 (68.75% from 255) = 29.17%
BLUE value IS 221 (86.72% from 255) = 36.83%
R=34%
G=29.17%
B=36.83%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2041752210.080.2100.13277.8340.3577.65
HexCCAFDD8150D116284e
Octal314257335102501542650116
Binary110011001010111111011101100010101011011000101101010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAFDD; }

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

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

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

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

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

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

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

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