#CEBED7

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

Shades of Prelude #CEBED7

Tints of Prelude #CEBED7

Color information

#CEBED7 (or 0xCEBED7) is unknown color: approx Prelude. HEX triplet: CE, BE and D7. RGB value is (206,190,215). Sum of RGB (Red+Green+Blue) = 206+190+215=611 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.72% from 611); Green value is 190 (74.61% from 255 or 31.10% from 611); Blue value is 215 (84.38% from 255 or 35.19% from 611); Max value from RGB is 215 - color contains mainly: blue. Hex color #CEBED7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBED7 is #314128. Grayscale: #C5C5C5. Windows color (decimal): -3227945 or 14139086. OLE color: 14139086.

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

Color convert

RGB206190215-
CMYK0.040.1200.16
HSL278.4º23.81%79.41%-
HSV(B)278.4º11.63%84.31%-
XYZ56.1354.8671.92-
YUV197.63137.8133.97-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.72%
GREEN value IS 190 (74.61% from 255) = 31.10%
BLUE value IS 215 (84.38% from 255) = 35.19%
R=33.72%
G=31.10%
B=35.19%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2061902150.040.1200.16278.423.8179.41
HexCEBED74C010116184f
Octal31627632741402042630117
Binary1100111010111110110101111001100010000100010110110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBED7; }

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

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

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

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

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

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

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

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