#CFAED3

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

Shades of Prelude #CFAED3

Tints of Prelude #CFAED3

Color information

#CFAED3 (or 0xCFAED3) is unknown color: approx Prelude. HEX triplet: CF, AE and D3. RGB value is (207,174,211). Sum of RGB (Red+Green+Blue) = 207+174+211=592 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.97% from 592); Green value is 174 (68.36% from 255 or 29.39% from 592); Blue value is 211 (82.81% from 255 or 35.64% from 592); Max value from RGB is 211 - color contains mainly: blue. Hex color #CFAED3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAED3 is #30512C. Grayscale: #BBBBBB. Windows color (decimal): -3166509 or 13872847. OLE color: 13872847.

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

Color convert

RGB207174211-
CMYK0.020.1800.17
HSL293.51º29.6%75.49%-
HSV(B)293.51º17.54%82.75%-
XYZ52.6348.2468.17-
YUV188.08140.93141.49-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.97%
GREEN value IS 174 (68.36% from 255) = 29.39%
BLUE value IS 211 (82.81% from 255) = 35.64%
R=34.97%
G=29.39%
B=35.64%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2071742110.020.1800.17293.5129.675.49
HexCFAED32120111261e4b
Octal31725632322202144636113
Binary1100111110101110110100111010010010001100100110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAED3; }

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

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

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

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

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

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

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

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