Html Css Color HEX #CBB8E8 Melrose

📋 copy color: '#CBB8E8'

red 203 ◦ green 184 ◦ blue 232

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

Shades of Melrose #CBB8E8

Tints of Melrose #CBB8E8

RGB

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

 GREEN value IS 184 (72.27% from 255) = 29.73%

 BLUE value IS 232 (91.02% from 255) = 37.48%

R = 32.79%
G = 29.73%
B = 37.48%

CMYK

 C value IS 0.12

 M value IS 0.21

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CBB8E8 (or 0xCBB8E8) is known color: Melrose. HEX triplet: CB, B8 and E8. RGB value is (203,184,232). Sum of RGB (Red+Green+Blue) = 203+184+232=619 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.79% from 619); Green value is 184 (72.27% from 255 or 29.73% from 619); Blue value is 232 (91.02% from 255 or 37.48% from 619); Max value from RGB is 232 - color contains mainly: blue. Hex color #CBB8E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBB8E8 is #344717. Grayscale: #C2C2C2. Windows color (decimal): -3426072 or 15251659. OLE color: 15251659.

HSL color Cylindrical-coordinate representation of color #CBB8E8: hue angle of 263.75º degrees, saturation: 0.51, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CBB8E8 is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 203 184 232 -
CMYK 0.12 0.21 0 0.09
HSL 263.75º 0.51% 0.82% -
HSV(B) 263.75º 0.21% 0.91% -
XYZ 56.33 52.8 83.57 -
YUV 195.15 148.79 133.6 -
System Red Green Blue C M Y K H S L
Decimal 203 184 232 0.12 0.21 0 0.09 263.75 0.51 0.82
Hex CB B8 E8 C 15 0 9 108 33 52
Octal 313 270 350 14 25 0 11 410 63 122
Binary 11001011 10111000 11101000 1100 10101 0 1001 100001000 110011 1010010

Color Harmonies of #CBB8E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB8E8

Black with #CBB8E8

Text Example


Text Example

White with #CBB8E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB8E8; }

 p { color: rgb(203,184,232); }

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

background-color css

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

 a { background-color: rgb(203,184,232); }

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

border-color css

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

 span { border-color: rgb(203,184,232); }

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