Html Css Color HEX #CBC2EA Melrose

📋 copy color: '#CBC2EA'

red 203 ◦ green 194 ◦ blue 234

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

Shades of Melrose #CBC2EA

Tints of Melrose #CBC2EA

RGB

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

 GREEN value IS 194 (76.17% from 255) = 30.74%

 BLUE value IS 234 (91.8% from 255) = 37.08%

R = 32.17%
G = 30.74%
B = 37.08%

CMYK

 C value IS 0.13

 M value IS 0.17

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CBC2EA (or 0xCBC2EA) is known color: Melrose. HEX triplet: CB, C2 and EA. RGB value is (203,194,234). Sum of RGB (Red+Green+Blue) = 203+194+234=631 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.17% from 631); Green value is 194 (76.17% from 255 or 30.74% from 631); Blue value is 234 (91.80% from 255 or 37.08% from 631); Max value from RGB is 234 - color contains mainly: blue. Hex color #CBC2EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBC2EA is #343D15. Grayscale: #C9C9C9. Windows color (decimal): -3423510 or 15385291. OLE color: 15385291.

HSL color Cylindrical-coordinate representation of color #CBC2EA: hue angle of 253.5º degrees, saturation: 0.49, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CBC2EA is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 203 194 234 -
CMYK 0.13 0.17 0 0.08
HSL 253.5º 0.49% 0.84% -
HSV(B) 253.5º 0.17% 0.92% -
XYZ 58.77 57.22 85.79 -
YUV 201.25 146.48 129.25 -
System Red Green Blue C M Y K H S L
Decimal 203 194 234 0.13 0.17 0 0.08 253.5 0.49 0.84
Hex CB C2 EA D 11 0 8 FE 31 54
Octal 313 302 352 15 21 0 10 376 61 124
Binary 11001011 11000010 11101010 1101 10001 0 1000 11111110 110001 1010100

Color Harmonies of #CBC2EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC2EA

Black with #CBC2EA

Text Example


Text Example

White with #CBC2EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC2EA; }

 p { color: rgb(203,194,234); }

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

background-color css

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

 a { background-color: rgb(203,194,234); }

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

border-color css

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

 span { border-color: rgb(203,194,234); }

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