Html Css Color HEX #CBBFE9 Melrose

📋 copy color: '#CBBFE9'

red 203 ◦ green 191 ◦ blue 233

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

Shades of Melrose #CBBFE9

Tints of Melrose #CBBFE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 37.16%

R = 32.38%
G = 30.46%
B = 37.16%

CMYK

 C value IS 0.13

 M value IS 0.18

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CBBFE9 (or 0xCBBFE9) is known color: Melrose. HEX triplet: CB, BF and E9. RGB value is (203,191,233). Sum of RGB (Red+Green+Blue) = 203+191+233=627 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.38% from 627); Green value is 191 (75% from 255 or 30.46% from 627); Blue value is 233 (91.41% from 255 or 37.16% from 627); Max value from RGB is 233 - color contains mainly: blue. Hex color #CBBFE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBBFE9 is #344016. Grayscale: #C7C7C7. Windows color (decimal): -3424279 or 15318987. OLE color: 15318987.

HSL color Cylindrical-coordinate representation of color #CBBFE9: hue angle of 257.14º degrees, saturation: 0.49, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CBBFE9 is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 203 191 233 -
CMYK 0.13 0.18 0 0.09
HSL 257.14º 0.49% 0.83% -
HSV(B) 257.14º 0.18% 0.91% -
XYZ 57.97 55.84 84.81 -
YUV 199.38 146.98 130.58 -
System Red Green Blue C M Y K H S L
Decimal 203 191 233 0.13 0.18 0 0.09 257.14 0.49 0.83
Hex CB BF E9 D 12 0 9 101 31 53
Octal 313 277 351 15 22 0 11 401 61 123
Binary 11001011 10111111 11101001 1101 10010 0 1001 100000001 110001 1010011

Color Harmonies of #CBBFE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBBFE9

Black with #CBBFE9

Text Example


Text Example

White with #CBBFE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBBFE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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