#CFAFD4

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

Shades of Prelude #CFAFD4

Tints of Prelude #CFAFD4

Color information

#CFAFD4 (or 0xCFAFD4) is unknown color: approx Prelude. HEX triplet: CF, AF and D4. RGB value is (207,175,212). Sum of RGB (Red+Green+Blue) = 207+175+212=594 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.85% from 594); Green value is 175 (68.75% from 255 or 29.46% from 594); Blue value is 212 (83.20% from 255 or 35.69% from 594); Max value from RGB is 212 - color contains mainly: blue. Hex color #CFAFD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAFD4 is #30502B. Grayscale: #BCBCBC. Windows color (decimal): -3166252 or 13938639. OLE color: 13938639.

HSL color Cylindrical-coordinate representation of color #CFAFD4: hue angle of 291.89º degrees, saturation: 0.3, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFAFD4 is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB207175212-
CMYK0.020.1700.17
HSL291.89º30.08%75.88%-
HSV(B)291.89º17.45%83.14%-
XYZ52.9548.6868.89-
YUV188.79141.1140.99-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.85%
GREEN value IS 175 (68.75% from 255) = 29.46%
BLUE value IS 212 (83.20% from 255) = 35.69%
R=34.85%
G=29.46%
B=35.69%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2071752120.020.1700.17291.8930.0875.88
HexCFAFD42110111241e4c
Octal31725732422102144436114
Binary1100111110101111110101001010001010001100100100111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAFD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAFD4; }

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

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

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

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

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

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

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

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