Html Css Color HEX #CBBDE0 Melrose

📋 copy color: '#CBBDE0'

red 203 ◦ green 189 ◦ blue 224

#CBBDE0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Melrose #CBBDE0

Tints of Melrose #CBBDE0

RGB

 RED value IS 203 (79.69% from 255) = 32.95%

 GREEN value IS 189 (74.22% from 255) = 30.68%

 BLUE value IS 224 (87.89% from 255) = 36.36%

R = 32.95%
G = 30.68%
B = 36.36%

CMYK

 C value IS 0.09

 M value IS 0.16

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CBBDE0 (or 0xCBBDE0) is known color: Melrose. HEX triplet: CB, BD and E0. RGB value is (203,189,224). Sum of RGB (Red+Green+Blue) = 203+189+224=616 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.95% from 616); Green value is 189 (74.22% from 255 or 30.68% from 616); Blue value is 224 (87.89% from 255 or 36.36% from 616); Max value from RGB is 224 - color contains mainly: blue. Hex color #CBBDE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBDE0 is #34421F. Grayscale: #C5C5C5. Windows color (decimal): -3424800 or 14728651. OLE color: 14728651.

HSL color Cylindrical-coordinate representation of color #CBBDE0: hue angle of 264º degrees, saturation: 0.36, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CBBDE0 is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 203 189 224 -
CMYK 0.09 0.16 0 0.12
HSL 264º 0.36% 0.81% -
HSV(B) 264º 0.16% 0.88% -
XYZ 56.28 54.47 78.07 -
YUV 197.18 143.14 132.15 -
System Red Green Blue C M Y K H S L
Decimal 203 189 224 0.09 0.16 0 0.12 264 0.36 0.81
Hex CB BD E0 9 10 0 C 108 24 51
Octal 313 275 340 11 20 0 14 410 44 121
Binary 11001011 10111101 11100000 1001 10000 0 1100 100001000 100100 1010001

Color Harmonies of #CBBDE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBBDE0

Black with #CBBDE0

Text Example


Text Example

White with #CBBDE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBBDE0; }

 p { color: rgb(203,189,224); }

 H1.HeaderClassName
 {
   color: #CBBDE0;
 }
 .AnyTagClassName
 {
   color: #CBBDE0;
 }
</style>

background-color css

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

 a { background-color: rgb(203,189,224); }

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

border-color css

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

 span { border-color: rgb(203,189,224); }

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