Html Css Color HEX #CBC3EE Melrose

📋 copy color: '#CBC3EE'

red 203 ◦ green 195 ◦ blue 238

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

Shades of Melrose #CBC3EE

Tints of Melrose #CBC3EE

RGB

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

 GREEN value IS 195 (76.56% from 255) = 30.66%

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

R = 31.92%
G = 30.66%
B = 37.42%

CMYK

 C value IS 0.15

 M value IS 0.18

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CBC3EE (or 0xCBC3EE) is known color: Melrose. HEX triplet: CB, C3 and EE. RGB value is (203,195,238). Sum of RGB (Red+Green+Blue) = 203+195+238=636 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.92% from 636); Green value is 195 (76.56% from 255 or 30.66% from 636); Blue value is 238 (93.36% from 255 or 37.42% from 636); Max value from RGB is 238 - color contains mainly: blue. Hex color #CBC3EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBC3EE is #343C11. Grayscale: #CACACA. Windows color (decimal): -3423250 or 15647691. OLE color: 15647691.

HSL color Cylindrical-coordinate representation of color #CBC3EE: hue angle of 251.16º degrees, saturation: 0.56, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CBC3EE is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 203 195 238 -
CMYK 0.15 0.18 0 0.07
HSL 251.16º 0.56% 0.85% -
HSV(B) 251.16º 0.18% 0.93% -
XYZ 59.58 57.9 88.92 -
YUV 202.29 148.15 128.5 -
System Red Green Blue C M Y K H S L
Decimal 203 195 238 0.15 0.18 0 0.07 251.16 0.56 0.85
Hex CB C3 EE F 12 0 7 FB 38 55
Octal 313 303 356 17 22 0 7 373 70 125
Binary 11001011 11000011 11101110 1111 10010 0 111 11111011 111000 1010101

Color Harmonies of #CBC3EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC3EE

Black with #CBC3EE

Text Example


Text Example

White with #CBC3EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC3EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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