Html Css Color HEX #CBBDE1 Melrose

📋 copy color: '#CBBDE1'

red 203 ◦ green 189 ◦ blue 225

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

Shades of Melrose #CBBDE1

Tints of Melrose #CBBDE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 36.47%

R = 32.9%
G = 30.63%
B = 36.47%

CMYK

 C value IS 0.10

 M value IS 0.16

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CBBDE1 (or 0xCBBDE1) is known color: Melrose. HEX triplet: CB, BD and E1. RGB value is (203,189,225). Sum of RGB (Red+Green+Blue) = 203+189+225=617 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.90% from 617); Green value is 189 (74.22% from 255 or 30.63% from 617); Blue value is 225 (88.28% from 255 or 36.47% from 617); Max value from RGB is 225 - color contains mainly: blue. Hex color #CBBDE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBDE1 is #34421E. Grayscale: #C5C5C5. Windows color (decimal): -3424799 or 14794187. OLE color: 14794187.

HSL color Cylindrical-coordinate representation of color #CBBDE1: hue angle of 263.33º degrees, saturation: 0.38, 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 #CBBDE1 is Cyan = 0.10, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 203 189 225 -
CMYK 0.10 0.16 0 0.12
HSL 263.33º 0.38% 0.81% -
HSV(B) 263.33º 0.16% 0.88% -
XYZ 56.42 54.53 78.79 -
YUV 197.29 143.64 132.07 -
System Red Green Blue C M Y K H S L
Decimal 203 189 225 0.10 0.16 0 0.12 263.33 0.38 0.81
Hex CB BD E1 A 10 0 C 107 26 51
Octal 313 275 341 12 20 0 14 407 46 121
Binary 11001011 10111101 11100001 1010 10000 0 1100 100000111 100110 1010001

Color Harmonies of #CBBDE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBBDE1

Black with #CBBDE1

Text Example


Text Example

White with #CBBDE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBBDE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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