#CBBAD9

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

Shades of Prelude #CBBAD9

Tints of Prelude #CBBAD9

Color information

#CBBAD9 (or 0xCBBAD9) is unknown color: approx Prelude. HEX triplet: CB, BA and D9. RGB value is (203,186,217). Sum of RGB (Red+Green+Blue) = 203+186+217=606 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.50% from 606); Green value is 186 (73.05% from 255 or 30.69% from 606); Blue value is 217 (85.16% from 255 or 35.81% from 606); Max value from RGB is 217 - color contains mainly: blue. Hex color #CBBAD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBAD9 is #344526. Grayscale: #C2C2C2. Windows color (decimal): -3425575 or 14269131. OLE color: 14269131.

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

Color convert

RGB203186217-
CMYK0.060.1400.15
HSL272.9º28.97%79.02%-
HSV(B)272.9º14.29%85.1%-
XYZ54.7152.8272.96-
YUV194.62140.63133.98-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.50%
GREEN value IS 186 (73.05% from 255) = 30.69%
BLUE value IS 217 (85.16% from 255) = 35.81%
R=33.50%
G=30.69%
B=35.81%

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
Decimal2031862170.060.1400.15272.928.9779.02
HexCBBAD96E0F1111d4f
Octal31327233161601742135117
Binary110010111011101011011001110111001111100010001111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBAD9; }

 p { color: rgb(203,186,217); }

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

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

 a { background-color: rgb(203,186,217); }

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

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

 span { border-color: rgb(203,186,217); }

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