#CBAEDA

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

Shades of Prelude #CBAEDA

Tints of Prelude #CBAEDA

Color information

#CBAEDA (or 0xCBAEDA) is unknown color: approx Prelude. HEX triplet: CB, AE and DA. RGB value is (203,174,218). Sum of RGB (Red+Green+Blue) = 203+174+218=595 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.12% from 595); Green value is 174 (68.36% from 255 or 29.24% from 595); Blue value is 218 (85.55% from 255 or 36.64% from 595); Max value from RGB is 218 - color contains mainly: blue. Hex color #CBAEDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBAEDA is #345125. Grayscale: #BBBBBB. Windows color (decimal): -3428646 or 14331595. OLE color: 14331595.

HSL color Cylindrical-coordinate representation of color #CBAEDA: hue angle of 279.55º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBAEDA is Cyan = 0.07, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB203174218-
CMYK0.070.2000.15
HSL279.55º37.29%76.86%-
HSV(B)279.55º20.18%85.49%-
XYZ52.4248.0372.84-
YUV187.69145.11138.92-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.12%
GREEN value IS 174 (68.36% from 255) = 29.24%
BLUE value IS 218 (85.55% from 255) = 36.64%
R=34.12%
G=29.24%
B=36.64%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2031742180.070.2000.15279.5537.2976.86
HexCBAEDA7140F118254d
Octal31325633272401743045115
Binary11001011101011101101101011110100011111000110001001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAEDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAEDA; }

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

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

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

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

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

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

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

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