Html Css Color HEX #CBBBED Melrose

📋 copy color: '#CBBBED'

red 203 ◦ green 187 ◦ blue 237

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

Shades of Melrose #CBBBED

Tints of Melrose #CBBBED

RGB

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

 GREEN value IS 187 (73.44% from 255) = 29.82%

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

R = 32.38%
G = 29.82%
B = 37.8%

CMYK

 C value IS 0.14

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CBBBED (or 0xCBBBED) is known color: Melrose. HEX triplet: CB, BB and ED. RGB value is (203,187,237). Sum of RGB (Red+Green+Blue) = 203+187+237=627 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.38% from 627); Green value is 187 (73.44% from 255 or 29.82% from 627); Blue value is 237 (92.97% from 255 or 37.80% from 627); Max value from RGB is 237 - color contains mainly: blue. Hex color #CBBBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBBBED is #344412. Grayscale: #C5C5C5. Windows color (decimal): -3425299 or 15580107. OLE color: 15580107.

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

Color convert

RGB 203 187 237 -
CMYK 0.14 0.21 0 0.07
HSL 259.2º 0.58% 0.83% -
HSV(B) 259.2º 0.21% 0.93% -
XYZ 57.68 54.35 87.57 -
YUV 197.48 150.3 131.93 -
System Red Green Blue C M Y K H S L
Decimal 203 187 237 0.14 0.21 0 0.07 259.2 0.58 0.83
Hex CB BB ED E 15 0 7 103 3A 53
Octal 313 273 355 16 25 0 7 403 72 123
Binary 11001011 10111011 11101101 1110 10101 0 111 100000011 111010 1010011

Color Harmonies of #CBBBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBBBED

Black with #CBBBED

Text Example


Text Example

White with #CBBBED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBBBED; }

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

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

background-color css

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

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

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

border-color css

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

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

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