Html Css Color HEX #CBBEEE Melrose

📋 copy color: '#CBBEEE'

red 203 ◦ green 190 ◦ blue 238

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

Shades of Melrose #CBBEEE

Tints of Melrose #CBBEEE

RGB

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

 GREEN value IS 190 (74.61% from 255) = 30.11%

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

R = 32.17%
G = 30.11%
B = 37.72%

CMYK

 C value IS 0.15

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CBBEEE (or 0xCBBEEE) is known color: Melrose. HEX triplet: CB, BE and EE. RGB value is (203,190,238). Sum of RGB (Red+Green+Blue) = 203+190+238=631 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.17% from 631); Green value is 190 (74.61% from 255 or 30.11% from 631); Blue value is 238 (93.36% from 255 or 37.72% from 631); Max value from RGB is 238 - color contains mainly: blue. Hex color #CBBEEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBBEEE is #344111. Grayscale: #C7C7C7. Windows color (decimal): -3424530 or 15646411. OLE color: 15646411.

HSL color Cylindrical-coordinate representation of color #CBBEEE: hue angle of 256.25º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBBEEE is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 203 190 238 -
CMYK 0.15 0.20 0 0.07
HSL 256.25º 0.59% 0.84% -
HSV(B) 256.25º 0.2% 0.93% -
XYZ 58.47 55.7 88.56 -
YUV 199.36 149.81 130.6 -
System Red Green Blue C M Y K H S L
Decimal 203 190 238 0.15 0.20 0 0.07 256.25 0.59 0.84
Hex CB BE EE F 14 0 7 100 3B 54
Octal 313 276 356 17 24 0 7 400 73 124
Binary 11001011 10111110 11101110 1111 10100 0 111 100000000 111011 1010100

Color Harmonies of #CBBEEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBBEEE

Black with #CBBEEE

Text Example


Text Example

White with #CBBEEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBBEEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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