#CEAFDF

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

Shades of Prelude #CEAFDF

Tints of Prelude #CEAFDF

Color information

#CEAFDF (or 0xCEAFDF) is unknown color: approx Prelude. HEX triplet: CE, AF and DF. RGB value is (206,175,223). Sum of RGB (Red+Green+Blue) = 206+175+223=604 (80% of max value = 765). Red value is 206 (80.86% from 255 or 34.11% from 604); Green value is 175 (68.75% from 255 or 28.97% from 604); Blue value is 223 (87.5% from 255 or 36.92% from 604); Max value from RGB is 223 - color contains mainly: blue. Hex color #CEAFDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEAFDF is #315020. Grayscale: #BDBDBD. Windows color (decimal): -3231777 or 14659534. OLE color: 14659534.

HSL color Cylindrical-coordinate representation of color #CEAFDF: hue angle of 278.75º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CEAFDF is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB206175223-
CMYK0.080.2200.13
HSL278.75º42.86%78.04%-
HSV(B)278.75º21.52%87.45%-
XYZ54.149.1176.44-
YUV189.74146.77139.6-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.11%
GREEN value IS 175 (68.75% from 255) = 28.97%
BLUE value IS 223 (87.5% from 255) = 36.92%
R=34.11%
G=28.97%
B=36.92%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2061752230.080.2200.13278.7542.8678.04
HexCEAFDF8160D1172b4e
Octal316257337102601542753116
Binary110011101010111111011111100010110011011000101111010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAFDF; }

 p { color: rgb(206,175,223); }

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

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

 a { background-color: rgb(206,175,223); }

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

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

 span { border-color: rgb(206,175,223); }

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