#CBBEDF

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

Shades of Melrose #CBBEDF

Tints of Melrose #CBBEDF

Color information

#CBBEDF (or 0xCBBEDF) is unknown color: approx Melrose. HEX triplet: CB, BE and DF. RGB value is (203,190,223). Sum of RGB (Red+Green+Blue) = 203+190+223=616 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.95% from 616); Green value is 190 (74.61% from 255 or 30.84% from 616); Blue value is 223 (87.5% from 255 or 36.20% from 616); Max value from RGB is 223 - color contains mainly: blue. Hex color #CBBEDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBEDF is #344120. Grayscale: #C5C5C5. Windows color (decimal): -3424545 or 14663371. OLE color: 14663371.

HSL color Cylindrical-coordinate representation of color #CBBEDF: hue angle of 263.64º degrees, saturation: 0.34, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CBBEDF is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB203190223-
CMYK0.090.1500.13
HSL263.64º34.02%80.98%-
HSV(B)263.64º14.8%87.45%-
XYZ56.3654.8577.43-
YUV197.65142.31131.82-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.95%
GREEN value IS 190 (74.61% from 255) = 30.84%
BLUE value IS 223 (87.5% from 255) = 36.20%
R=32.95%
G=30.84%
B=36.20%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2031902230.090.1500.13263.6434.0280.98
HexCBBEDF9F0D1082251
Octal313276337111701541042121
Binary11001011101111101101111110011111011011000010001000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBEDF; }

 p { color: rgb(203,190,223); }

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

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

 a { background-color: rgb(203,190,223); }

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

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

 span { border-color: rgb(203,190,223); }

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