Html Css Color HEX #CBBFEE Melrose

📋 copy color: '#CBBFEE'

red 203 ◦ green 191 ◦ blue 238

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

Shades of Melrose #CBBFEE

Tints of Melrose #CBBFEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 37.66%

R = 32.12%
G = 30.22%
B = 37.66%

CMYK

 C value IS 0.15

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CBBFEE (or 0xCBBFEE) is known color: Melrose. HEX triplet: CB, BF and EE. RGB value is (203,191,238). Sum of RGB (Red+Green+Blue) = 203+191+238=632 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.12% from 632); Green value is 191 (75% from 255 or 30.22% from 632); Blue value is 238 (93.36% from 255 or 37.66% from 632); Max value from RGB is 238 - color contains mainly: blue. Hex color #CBBFEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBBFEE is #344011. Grayscale: #C7C7C7. Windows color (decimal): -3424274 or 15646667. OLE color: 15646667.

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

Color convert

RGB 203 191 238 -
CMYK 0.15 0.20 0 0.07
HSL 255.32º 0.58% 0.84% -
HSV(B) 255.32º 0.2% 0.93% -
XYZ 58.69 56.13 88.63 -
YUV 199.95 149.48 130.18 -
System Red Green Blue C M Y K H S L
Decimal 203 191 238 0.15 0.20 0 0.07 255.32 0.58 0.84
Hex CB BF EE F 14 0 7 FF 3A 54
Octal 313 277 356 17 24 0 7 377 72 124
Binary 11001011 10111111 11101110 1111 10100 0 111 11111111 111010 1010100

Color Harmonies of #CBBFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBBFEE

Black with #CBBFEE

Text Example


Text Example

White with #CBBFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBBFEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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