Html Css Color HEX #CBBFEF Melrose

📋 copy color: '#CBBFEF'

red 203 ◦ green 191 ◦ blue 239

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

Shades of Melrose #CBBFEF

Tints of Melrose #CBBFEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 37.76%

R = 32.07%
G = 30.17%
B = 37.76%

CMYK

 C value IS 0.15

 M value IS 0.20

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CBBFEF (or 0xCBBFEF) is known color: Melrose. HEX triplet: CB, BF and EF. RGB value is (203,191,239). Sum of RGB (Red+Green+Blue) = 203+191+239=633 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.07% from 633); Green value is 191 (75% from 255 or 30.17% from 633); Blue value is 239 (93.75% from 255 or 37.76% from 633); Max value from RGB is 239 - color contains mainly: blue. Hex color #CBBFEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBBFEF is #344010. Grayscale: #C7C7C7. Windows color (decimal): -3424273 or 15712203. OLE color: 15712203.

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

Color convert

RGB 203 191 239 -
CMYK 0.15 0.20 0 0.06
HSL 255º 0.6% 0.84% -
HSV(B) 255º 0.2% 0.94% -
XYZ 58.84 56.19 89.41 -
YUV 200.06 149.98 130.1 -
System Red Green Blue C M Y K H S L
Decimal 203 191 239 0.15 0.20 0 0.06 255 0.6 0.84
Hex CB BF EF F 14 0 6 FF 3C 54
Octal 313 277 357 17 24 0 6 377 74 124
Binary 11001011 10111111 11101111 1111 10100 0 110 11111111 111100 1010100

Color Harmonies of #CBBFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBBFEF

Black with #CBBFEF

Text Example


Text Example

White with #CBBFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBBFEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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