Html Css Color HEX #CBBFEB Melrose

📋 copy color: '#CBBFEB'

red 203 ◦ green 191 ◦ blue 235

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

Shades of Melrose #CBBFEB

Tints of Melrose #CBBFEB

RGB

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

 GREEN value IS 191 (75% from 255) = 30.37%

 BLUE value IS 235 (92.19% from 255) = 37.36%

R = 32.27%
G = 30.37%
B = 37.36%

CMYK

 C value IS 0.14

 M value IS 0.19

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CBBFEB (or 0xCBBFEB) is known color: Melrose. HEX triplet: CB, BF and EB. RGB value is (203,191,235). Sum of RGB (Red+Green+Blue) = 203+191+235=629 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.27% from 629); Green value is 191 (75% from 255 or 30.37% from 629); Blue value is 235 (92.19% from 255 or 37.36% from 629); Max value from RGB is 235 - color contains mainly: blue. Hex color #CBBFEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBBFEB is #344014. Grayscale: #C7C7C7. Windows color (decimal): -3424277 or 15450059. OLE color: 15450059.

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

Color convert

RGB 203 191 235 -
CMYK 0.14 0.19 0 0.08
HSL 256.36º 0.52% 0.84% -
HSV(B) 256.36º 0.19% 0.92% -
XYZ 58.25 55.96 86.33 -
YUV 199.6 147.98 130.42 -
System Red Green Blue C M Y K H S L
Decimal 203 191 235 0.14 0.19 0 0.08 256.36 0.52 0.84
Hex CB BF EB E 13 0 8 100 34 54
Octal 313 277 353 16 23 0 10 400 64 124
Binary 11001011 10111111 11101011 1110 10011 0 1000 100000000 110100 1010100

Color Harmonies of #CBBFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBBFEB

Black with #CBBFEB

Text Example


Text Example

White with #CBBFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBBFEB; }

 p { color: rgb(203,191,235); }

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

background-color css

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

 a { background-color: rgb(203,191,235); }

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

border-color css

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

 span { border-color: rgb(203,191,235); }

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