#CFAED5

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

Shades of Prelude #CFAED5

Tints of Prelude #CFAED5

Color information

#CFAED5 (or 0xCFAED5) is unknown color: approx Prelude. HEX triplet: CF, AE and D5. RGB value is (207,174,213). Sum of RGB (Red+Green+Blue) = 207+174+213=594 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.85% from 594); Green value is 174 (68.36% from 255 or 29.29% from 594); Blue value is 213 (83.59% from 255 or 35.86% from 594); Max value from RGB is 213 - color contains mainly: blue. Hex color #CFAED5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAED5 is #30512A. Grayscale: #BCBCBC. Windows color (decimal): -3166507 or 14003919. OLE color: 14003919.

HSL color Cylindrical-coordinate representation of color #CFAED5: hue angle of 290.77º degrees, saturation: 0.32, 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 #CFAED5 is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB207174213-
CMYK0.030.1800.16
HSL290.77º31.71%75.88%-
HSV(B)290.77º18.31%83.53%-
XYZ52.8848.3469.49-
YUV188.31141.93141.33-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.85%
GREEN value IS 174 (68.36% from 255) = 29.29%
BLUE value IS 213 (83.59% from 255) = 35.86%
R=34.85%
G=29.29%
B=35.86%

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
Decimal2071742130.030.1800.16290.7731.7175.88
HexCFAED5312010123204c
Octal31725632532202044340114
Binary11001111101011101101010111100100100001001000111000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAED5; }

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

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

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

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

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

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

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

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