#CFAFDB

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

Shades of Prelude #CFAFDB

Tints of Prelude #CFAFDB

Color information

#CFAFDB (or 0xCFAFDB) is unknown color: approx Prelude. HEX triplet: CF, AF and DB. RGB value is (207,175,219). Sum of RGB (Red+Green+Blue) = 207+175+219=601 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.44% from 601); Green value is 175 (68.75% from 255 or 29.12% from 601); Blue value is 219 (85.94% from 255 or 36.44% from 601); Max value from RGB is 219 - color contains mainly: blue. Hex color #CFAFDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAFDB is #305024. Grayscale: #BDBDBD. Windows color (decimal): -3166245 or 14397391. OLE color: 14397391.

HSL color Cylindrical-coordinate representation of color #CFAFDB: hue angle of 283.64º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CFAFDB is Cyan = 0.05, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB207175219-
CMYK0.050.2000.14
HSL283.64º37.93%77.25%-
HSV(B)283.64º20.09%85.88%-
XYZ53.8549.0473.65-
YUV189.58144.6140.42-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.44%
GREEN value IS 175 (68.75% from 255) = 29.12%
BLUE value IS 219 (85.94% from 255) = 36.44%
R=34.44%
G=29.12%
B=36.44%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2071752190.050.2000.14283.6437.9377.25
HexCFAFDB5140E11c264d
Octal31725733352401643446115
Binary11001111101011111101101110110100011101000111001001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAFDB; }

 p { color: rgb(207,175,219); }

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

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

 a { background-color: rgb(207,175,219); }

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

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

 span { border-color: rgb(207,175,219); }

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