Html Css Color HEX #CBBEEC Melrose

📋 copy color: '#CBBEEC'

red 203 ◦ green 190 ◦ blue 236

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

Shades of Melrose #CBBEEC

Tints of Melrose #CBBEEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 37.52%

R = 32.27%
G = 30.21%
B = 37.52%

CMYK

 C value IS 0.14

 M value IS 0.19

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CBBEEC (or 0xCBBEEC) is known color: Melrose. HEX triplet: CB, BE and EC. RGB value is (203,190,236). Sum of RGB (Red+Green+Blue) = 203+190+236=629 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.27% from 629); Green value is 190 (74.61% from 255 or 30.21% from 629); Blue value is 236 (92.58% from 255 or 37.52% from 629); Max value from RGB is 236 - color contains mainly: blue. Hex color #CBBEEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBBEEC is #344113. Grayscale: #C6C6C6. Windows color (decimal): -3424532 or 15515339. OLE color: 15515339.

HSL color Cylindrical-coordinate representation of color #CBBEEC: hue angle of 256.96º degrees, saturation: 0.55, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CBBEEC is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 203 190 236 -
CMYK 0.14 0.19 0 0.07
HSL 256.96º 0.55% 0.84% -
HSV(B) 256.96º 0.19% 0.93% -
XYZ 58.18 55.58 87.02 -
YUV 199.13 148.81 130.76 -
System Red Green Blue C M Y K H S L
Decimal 203 190 236 0.14 0.19 0 0.07 256.96 0.55 0.84
Hex CB BE EC E 13 0 7 101 37 54
Octal 313 276 354 16 23 0 7 401 67 124
Binary 11001011 10111110 11101100 1110 10011 0 111 100000001 110111 1010100

Color Harmonies of #CBBEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBBEEC

Black with #CBBEEC

Text Example


Text Example

White with #CBBEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBBEEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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