Html Css Color HEX #CBC2DA Melrose

📋 copy color: '#CBC2DA'

red 203 ◦ green 194 ◦ blue 218

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

Shades of Melrose #CBC2DA

Tints of Melrose #CBC2DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 35.45%

R = 33.01%
G = 31.54%
B = 35.45%

CMYK

 C value IS 0.07

 M value IS 0.11

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CBC2DA (or 0xCBC2DA) is known color: Melrose. HEX triplet: CB, C2 and DA. RGB value is (203,194,218). Sum of RGB (Red+Green+Blue) = 203+194+218=615 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.01% from 615); Green value is 194 (76.17% from 255 or 31.54% from 615); Blue value is 218 (85.55% from 255 or 35.45% from 615); Max value from RGB is 218 - color contains mainly: blue. Hex color #CBC2DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC2DA is #343D25. Grayscale: #C7C7C7. Windows color (decimal): -3423526 or 14336715. OLE color: 14336715.

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

Color convert

RGB 203 194 218 -
CMYK 0.07 0.11 0 0.15
HSL 262.5º 0.24% 0.81% -
HSV(B) 262.5º 0.11% 0.85% -
XYZ 56.58 56.34 74.22 -
YUV 199.43 138.48 130.55 -
System Red Green Blue C M Y K H S L
Decimal 203 194 218 0.07 0.11 0 0.15 262.5 0.24 0.81
Hex CB C2 DA 7 B 0 F 106 18 51
Octal 313 302 332 7 13 0 17 406 30 121
Binary 11001011 11000010 11011010 111 1011 0 1111 100000110 11000 1010001

Color Harmonies of #CBC2DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC2DA

Black with #CBC2DA

Text Example


Text Example

White with #CBC2DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC2DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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