Html Css Color HEX #CBB8EE Melrose

📋 copy color: '#CBB8EE'

red 203 ◦ green 184 ◦ blue 238

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

Shades of Melrose #CBB8EE

Tints of Melrose #CBB8EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 38.08%

R = 32.48%
G = 29.44%
B = 38.08%

CMYK

 C value IS 0.15

 M value IS 0.23

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CBB8EE (or 0xCBB8EE) is known color: Melrose. HEX triplet: CB, B8 and EE. RGB value is (203,184,238). Sum of RGB (Red+Green+Blue) = 203+184+238=625 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.48% from 625); Green value is 184 (72.27% from 255 or 29.44% from 625); Blue value is 238 (93.36% from 255 or 38.08% from 625); Max value from RGB is 238 - color contains mainly: blue. Hex color #CBB8EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBB8EE is #344711. Grayscale: #C3C3C3. Windows color (decimal): -3426066 or 15644875. OLE color: 15644875.

HSL color Cylindrical-coordinate representation of color #CBB8EE: hue angle of 261.11º degrees, saturation: 0.61, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CBB8EE is Cyan = 0.15, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 203 184 238 -
CMYK 0.15 0.23 0 0.07
HSL 261.11º 0.61% 0.83% -
HSV(B) 261.11º 0.23% 0.93% -
XYZ 57.2 53.15 88.13 -
YUV 195.84 151.79 133.11 -
System Red Green Blue C M Y K H S L
Decimal 203 184 238 0.15 0.23 0 0.07 261.11 0.61 0.83
Hex CB B8 EE F 17 0 7 105 3D 53
Octal 313 270 356 17 27 0 7 405 75 123
Binary 11001011 10111000 11101110 1111 10111 0 111 100000101 111101 1010011

Color Harmonies of #CBB8EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB8EE

Black with #CBB8EE

Text Example


Text Example

White with #CBB8EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB8EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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