Html Css Color HEX #CBBAED Melrose

📋 copy color: '#CBBAED'

red 203 ◦ green 186 ◦ blue 237

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

Shades of Melrose #CBBAED

Tints of Melrose #CBBAED

RGB

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

 GREEN value IS 186 (73.05% from 255) = 29.71%

 BLUE value IS 237 (92.97% from 255) = 37.86%

R = 32.43%
G = 29.71%
B = 37.86%

CMYK

 C value IS 0.14

 M value IS 0.22

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CBBAED (or 0xCBBAED) is known color: Melrose. HEX triplet: CB, BA and ED. RGB value is (203,186,237). Sum of RGB (Red+Green+Blue) = 203+186+237=626 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.43% from 626); Green value is 186 (73.05% from 255 or 29.71% from 626); Blue value is 237 (92.97% from 255 or 37.86% from 626); Max value from RGB is 237 - color contains mainly: blue. Hex color #CBBAED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBBAED is #344512. Grayscale: #C4C4C4. Windows color (decimal): -3425555 or 15579851. OLE color: 15579851.

HSL color Cylindrical-coordinate representation of color #CBBAED: hue angle of 260º degrees, saturation: 0.59, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CBBAED is Cyan = 0.14, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 203 186 237 -
CMYK 0.14 0.22 0 0.07
HSL 260º 0.59% 0.83% -
HSV(B) 260º 0.22% 0.93% -
XYZ 57.47 53.93 87.5 -
YUV 196.9 150.63 132.35 -
System Red Green Blue C M Y K H S L
Decimal 203 186 237 0.14 0.22 0 0.07 260 0.59 0.83
Hex CB BA ED E 16 0 7 104 3B 53
Octal 313 272 355 16 26 0 7 404 73 123
Binary 11001011 10111010 11101101 1110 10110 0 111 100000100 111011 1010011

Color Harmonies of #CBBAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBBAED

Black with #CBBAED

Text Example


Text Example

White with #CBBAED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBBAED; }

 p { color: rgb(203,186,237); }

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

background-color css

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

 a { background-color: rgb(203,186,237); }

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

border-color css

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

 span { border-color: rgb(203,186,237); }

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