#CBAEDC

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

Shades of Prelude #CBAEDC

Tints of Prelude #CBAEDC

Color information

#CBAEDC (or 0xCBAEDC) is unknown color: approx Prelude. HEX triplet: CB, AE and DC. RGB value is (203,174,220). Sum of RGB (Red+Green+Blue) = 203+174+220=597 (79% of max value = 765). Red value is 203 (79.69% from 255 or 34.00% from 597); Green value is 174 (68.36% from 255 or 29.15% from 597); Blue value is 220 (86.33% from 255 or 36.85% from 597); Max value from RGB is 220 - color contains mainly: blue. Hex color #CBAEDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBAEDC is #345123. Grayscale: #BBBBBB. Windows color (decimal): -3428644 or 14462667. OLE color: 14462667.

HSL color Cylindrical-coordinate representation of color #CBAEDC: hue angle of 277.83º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CBAEDC is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB203174220-
CMYK0.080.2100.14
HSL277.83º39.66%77.25%-
HSV(B)277.83º20.91%86.27%-
XYZ52.6848.1474.22-
YUV187.92146.11138.76-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.00%
GREEN value IS 174 (68.36% from 255) = 29.15%
BLUE value IS 220 (86.33% from 255) = 36.85%
R=34.00%
G=29.15%
B=36.85%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2031742200.080.2100.14277.8339.6677.25
HexCBAEDC8150E116284d
Octal313256334102501642650115
Binary110010111010111011011100100010101011101000101101010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAEDC; }

 p { color: rgb(203,174,220); }

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

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

 a { background-color: rgb(203,174,220); }

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

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

 span { border-color: rgb(203,174,220); }

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