Html Css Color HEX #CBBDE2 Melrose

📋 copy color: '#CBBDE2'

red 203 ◦ green 189 ◦ blue 226

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

Shades of Melrose #CBBDE2

Tints of Melrose #CBBDE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 36.57%

R = 32.85%
G = 30.58%
B = 36.57%

CMYK

 C value IS 0.10

 M value IS 0.16

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CBBDE2 (or 0xCBBDE2) is known color: Melrose. HEX triplet: CB, BD and E2. RGB value is (203,189,226). Sum of RGB (Red+Green+Blue) = 203+189+226=618 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.85% from 618); Green value is 189 (74.22% from 255 or 30.58% from 618); Blue value is 226 (88.67% from 255 or 36.57% from 618); Max value from RGB is 226 - color contains mainly: blue. Hex color #CBBDE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBDE2 is #34421D. Grayscale: #C5C5C5. Windows color (decimal): -3424798 or 14859723. OLE color: 14859723.

HSL color Cylindrical-coordinate representation of color #CBBDE2: hue angle of 262.7º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CBBDE2 is Cyan = 0.10, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 203 189 226 -
CMYK 0.10 0.16 0 0.11
HSL 262.7º 0.39% 0.81% -
HSV(B) 262.7º 0.16% 0.89% -
XYZ 56.55 54.58 79.51 -
YUV 197.4 144.14 131.99 -
System Red Green Blue C M Y K H S L
Decimal 203 189 226 0.10 0.16 0 0.11 262.7 0.39 0.81
Hex CB BD E2 A 10 0 B 107 27 51
Octal 313 275 342 12 20 0 13 407 47 121
Binary 11001011 10111101 11100010 1010 10000 0 1011 100000111 100111 1010001

Color Harmonies of #CBBDE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBBDE2

Black with #CBBDE2

Text Example


Text Example

White with #CBBDE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBBDE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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