#CCAFDE

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

Shades of Prelude #CCAFDE

Tints of Prelude #CCAFDE

Color information

#CCAFDE (or 0xCCAFDE) is unknown color: approx Prelude. HEX triplet: CC, AF and DE. RGB value is (204,175,222). Sum of RGB (Red+Green+Blue) = 204+175+222=601 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.94% from 601); Green value is 175 (68.75% from 255 or 29.12% from 601); Blue value is 222 (87.11% from 255 or 36.94% from 601); Max value from RGB is 222 - color contains mainly: blue. Hex color #CCAFDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAFDE is #335021. Grayscale: #BCBCBC. Windows color (decimal): -3362850 or 14593996. OLE color: 14593996.

HSL color Cylindrical-coordinate representation of color #CCAFDE: hue angle of 277.02º degrees, saturation: 0.42, 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 #CCAFDE is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB204175222-
CMYK0.080.2100.13
HSL277.02º41.59%77.84%-
HSV(B)277.02º21.17%87.06%-
XYZ53.4248.7775.71-
YUV189.03146.61138.68-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.94%
GREEN value IS 175 (68.75% from 255) = 29.12%
BLUE value IS 222 (87.11% from 255) = 36.94%
R=33.94%
G=29.12%
B=36.94%

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
Decimal2041752220.080.2100.13277.0241.5977.84
HexCCAFDE8150D1152a4e
Octal314257336102501542552116
Binary110011001010111111011110100010101011011000101011010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAFDE; }

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

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

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

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

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

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

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

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