#CBAED6

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

Shades of Prelude #CBAED6

Tints of Prelude #CBAED6

Color information

#CBAED6 (or 0xCBAED6) is unknown color: approx Prelude. HEX triplet: CB, AE and D6. RGB value is (203,174,214). Sum of RGB (Red+Green+Blue) = 203+174+214=591 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.35% from 591); Green value is 174 (68.36% from 255 or 29.44% from 591); Blue value is 214 (83.98% from 255 or 36.21% from 591); Max value from RGB is 214 - color contains mainly: blue. Hex color #CBAED6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBAED6 is #345129. Grayscale: #BBBBBB. Windows color (decimal): -3428650 or 14069451. OLE color: 14069451.

HSL color Cylindrical-coordinate representation of color #CBAED6: hue angle of 283.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 #CBAED6 is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB203174214-
CMYK0.050.1900.16
HSL283.5º32.79%76.08%-
HSV(B)283.5º18.69%83.92%-
XYZ51.947.8270.11-
YUV187.23143.11139.25-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.35%
GREEN value IS 174 (68.36% from 255) = 29.44%
BLUE value IS 214 (83.98% from 255) = 36.21%
R=34.35%
G=29.44%
B=36.21%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2031742140.050.1900.16283.532.7976.08
HexCBAED651301011c214c
Octal31325632652302043441114
Binary110010111010111011010110101100110100001000111001000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAED6; }

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

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

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

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

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

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

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

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