#CFAFD5

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

Shades of Prelude #CFAFD5

Tints of Prelude #CFAFD5

Color information

#CFAFD5 (or 0xCFAFD5) is unknown color: approx Prelude. HEX triplet: CF, AF and D5. RGB value is (207,175,213). Sum of RGB (Red+Green+Blue) = 207+175+213=595 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.79% from 595); Green value is 175 (68.75% from 255 or 29.41% from 595); Blue value is 213 (83.59% from 255 or 35.80% from 595); Max value from RGB is 213 - color contains mainly: blue. Hex color #CFAFD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAFD5 is #30502A. Grayscale: #BCBCBC. Windows color (decimal): -3166251 or 14004175. OLE color: 14004175.

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

Color convert

RGB207175213-
CMYK0.030.1800.16
HSL290.53º31.15%76.08%-
HSV(B)290.53º17.84%83.53%-
XYZ53.0748.7369.56-
YUV188.9141.6140.91-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.79%
GREEN value IS 175 (68.75% from 255) = 29.41%
BLUE value IS 213 (83.59% from 255) = 35.80%
R=34.79%
G=29.41%
B=35.80%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2071752130.030.1800.16290.5331.1576.08
HexCFAFD53120101231f4c
Octal31725732532202044337114
Binary1100111110101111110101011110010010000100100011111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAFD5; }

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

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

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

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

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

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

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

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