Html Css Color HEX #CBBFE5 Melrose

📋 copy color: '#CBBFE5'

red 203 ◦ green 191 ◦ blue 229

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

Shades of Melrose #CBBFE5

Tints of Melrose #CBBFE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 36.76%

R = 32.58%
G = 30.66%
B = 36.76%

CMYK

 C value IS 0.11

 M value IS 0.17

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CBBFE5 (or 0xCBBFE5) is known color: Melrose. HEX triplet: CB, BF and E5. RGB value is (203,191,229). Sum of RGB (Red+Green+Blue) = 203+191+229=623 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.58% from 623); Green value is 191 (75% from 255 or 30.66% from 623); Blue value is 229 (89.84% from 255 or 36.76% from 623); Max value from RGB is 229 - color contains mainly: blue. Hex color #CBBFE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBFE5 is #34401A. Grayscale: #C6C6C6. Windows color (decimal): -3424283 or 15056843. OLE color: 15056843.

HSL color Cylindrical-coordinate representation of color #CBBFE5: hue angle of 258.95º degrees, saturation: 0.42, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CBBFE5 is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 203 191 229 -
CMYK 0.11 0.17 0 0.10
HSL 258.95º 0.42% 0.82% -
HSV(B) 258.95º 0.17% 0.9% -
XYZ 57.4 55.62 81.84 -
YUV 198.92 144.98 130.91 -
System Red Green Blue C M Y K H S L
Decimal 203 191 229 0.11 0.17 0 0.10 258.95 0.42 0.82
Hex CB BF E5 B 11 0 A 103 2A 52
Octal 313 277 345 13 21 0 12 403 52 122
Binary 11001011 10111111 11100101 1011 10001 0 1010 100000011 101010 1010010

Color Harmonies of #CBBFE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBBFE5

Black with #CBBFE5

Text Example


Text Example

White with #CBBFE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBBFE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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