#CEBCDA

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

Shades of Prelude #CEBCDA

Tints of Prelude #CEBCDA

Color information

#CEBCDA (or 0xCEBCDA) is unknown color: approx Prelude. HEX triplet: CE, BC and DA. RGB value is (206,188,218). Sum of RGB (Red+Green+Blue) = 206+188+218=612 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.66% from 612); Green value is 188 (73.83% from 255 or 30.72% from 612); Blue value is 218 (85.55% from 255 or 35.62% from 612); Max value from RGB is 218 - color contains mainly: blue. Hex color #CEBCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBCDA is #314325. Grayscale: #C4C4C4. Windows color (decimal): -3228454 or 14335182. OLE color: 14335182.

HSL color Cylindrical-coordinate representation of color #CEBCDA: hue angle of 276º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CEBCDA is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB206188218-
CMYK0.060.1400.15
HSL276º28.85%79.61%-
HSV(B)276º13.76%85.49%-
XYZ56.0954.1573.83-
YUV196.8139.96134.56-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.66%
GREEN value IS 188 (73.83% from 255) = 30.72%
BLUE value IS 218 (85.55% from 255) = 35.62%
R=33.66%
G=30.72%
B=35.62%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2061882180.060.1400.1527628.8579.61
HexCEBCDA6E0F1141d50
Octal31627433261601742435120
Binary110011101011110011011010110111001111100010100111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBCDA; }

 p { color: rgb(206,188,218); }

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

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

 a { background-color: rgb(206,188,218); }

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

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

 span { border-color: rgb(206,188,218); }

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