#CBAED5

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

Shades of Prelude #CBAED5

Tints of Prelude #CBAED5

Color information

#CBAED5 (or 0xCBAED5) is unknown color: approx Prelude. HEX triplet: CB, AE and D5. RGB value is (203,174,213). Sum of RGB (Red+Green+Blue) = 203+174+213=590 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.41% from 590); Green value is 174 (68.36% from 255 or 29.49% from 590); Blue value is 213 (83.59% from 255 or 36.10% from 590); Max value from RGB is 213 - color contains mainly: blue. Hex color #CBAED5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBAED5 is #34512A. Grayscale: #BABABA. Windows color (decimal): -3428651 or 14003915. OLE color: 14003915.

HSL color Cylindrical-coordinate representation of color #CBAED5: hue angle of 284.62º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CBAED5 is Cyan = 0.05, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB203174213-
CMYK0.050.1800.16
HSL284.62º31.71%75.88%-
HSV(B)284.62º18.31%83.53%-
XYZ51.7747.7769.44-
YUV187.12142.61139.33-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.41%
GREEN value IS 174 (68.36% from 255) = 29.49%
BLUE value IS 213 (83.59% from 255) = 36.10%
R=34.41%
G=29.49%
B=36.10%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2031742130.050.1800.16284.6231.7175.88
HexCBAED551201011d204c
Octal31325632552202043540114
Binary110010111010111011010101101100100100001000111011000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAED5; }

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

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

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

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

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

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

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

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