Html Css Color HEX #CBC8DA Melrose

📋 copy color: '#CBC8DA'

red 203 ◦ green 200 ◦ blue 218

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

Shades of Melrose #CBC8DA

Tints of Melrose #CBC8DA

RGB

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

 GREEN value IS 200 (78.52% from 255) = 32.21%

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

R = 32.69%
G = 32.21%
B = 35.1%

CMYK

 C value IS 0.07

 M value IS 0.08

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CBC8DA (or 0xCBC8DA) is known color: Melrose. HEX triplet: CB, C8 and DA. RGB value is (203,200,218). Sum of RGB (Red+Green+Blue) = 203+200+218=621 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.69% from 621); Green value is 200 (78.52% from 255 or 32.21% from 621); Blue value is 218 (85.55% from 255 or 35.10% from 621); Max value from RGB is 218 - color contains mainly: blue. Hex color #CBC8DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC8DA is #343725. Grayscale: #CACACA. Windows color (decimal): -3421990 or 14338251. OLE color: 14338251.

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

Color convert

RGB 203 200 218 -
CMYK 0.07 0.08 0 0.15
HSL 250º 0.2% 0.82% -
HSV(B) 250º 0.08% 0.85% -
XYZ 57.94 59.07 74.68 -
YUV 202.95 136.49 128.04 -
System Red Green Blue C M Y K H S L
Decimal 203 200 218 0.07 0.08 0 0.15 250 0.2 0.82
Hex CB C8 DA 7 8 0 F FA 14 52
Octal 313 310 332 7 10 0 17 372 24 122
Binary 11001011 11001000 11011010 111 1000 0 1111 11111010 10100 1010010

Color Harmonies of #CBC8DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC8DA

Black with #CBC8DA

Text Example


Text Example

White with #CBC8DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC8DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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