Html Css Color HEX #CBBBEE Melrose

📋 copy color: '#CBBBEE'

red 203 ◦ green 187 ◦ blue 238

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

Shades of Melrose #CBBBEE

Tints of Melrose #CBBBEE

RGB

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

 GREEN value IS 187 (73.44% from 255) = 29.78%

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

R = 32.32%
G = 29.78%
B = 37.9%

CMYK

 C value IS 0.15

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CBBBEE (or 0xCBBBEE) is known color: Melrose. HEX triplet: CB, BB and EE. RGB value is (203,187,238). Sum of RGB (Red+Green+Blue) = 203+187+238=628 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.32% from 628); Green value is 187 (73.44% from 255 or 29.78% from 628); Blue value is 238 (93.36% from 255 or 37.90% from 628); Max value from RGB is 238 - color contains mainly: blue. Hex color #CBBBEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBBBEE is #344411. Grayscale: #C5C5C5. Windows color (decimal): -3425298 or 15645643. OLE color: 15645643.

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

Color convert

RGB 203 187 238 -
CMYK 0.15 0.21 0 0.07
HSL 258.82º 0.6% 0.83% -
HSV(B) 258.82º 0.21% 0.93% -
XYZ 57.83 54.41 88.34 -
YUV 197.6 150.8 131.85 -
System Red Green Blue C M Y K H S L
Decimal 203 187 238 0.15 0.21 0 0.07 258.82 0.6 0.83
Hex CB BB EE F 15 0 7 103 3C 53
Octal 313 273 356 17 25 0 7 403 74 123
Binary 11001011 10111011 11101110 1111 10101 0 111 100000011 111100 1010011

Color Harmonies of #CBBBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBBBEE

Black with #CBBBEE

Text Example


Text Example

White with #CBBBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBBBEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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