#CEAFD7

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

Shades of Prelude #CEAFD7

Tints of Prelude #CEAFD7

Color information

#CEAFD7 (or 0xCEAFD7) is unknown color: approx Prelude. HEX triplet: CE, AF and D7. RGB value is (206,175,215). Sum of RGB (Red+Green+Blue) = 206+175+215=596 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.56% from 596); Green value is 175 (68.75% from 255 or 29.36% from 596); Blue value is 215 (84.38% from 255 or 36.07% from 596); Max value from RGB is 215 - color contains mainly: blue. Hex color #CEAFD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEAFD7 is #315028. Grayscale: #BCBCBC. Windows color (decimal): -3231785 or 14135246. OLE color: 14135246.

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

Color convert

RGB206175215-
CMYK0.040.1900.16
HSL286.5º33.33%76.47%-
HSV(B)286.5º18.6%84.31%-
XYZ53.0548.6970.89-
YUV188.83142.77140.25-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.56%
GREEN value IS 175 (68.75% from 255) = 29.36%
BLUE value IS 215 (84.38% from 255) = 36.07%
R=34.56%
G=29.36%
B=36.07%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2061752150.040.1900.16286.533.3376.47
HexCEAFD741301011e214c
Octal31625732742302043641114
Binary110011101010111111010111100100110100001000111101000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAFD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAFD7; }

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

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

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

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

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

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

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

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