Html Css Color HEX #CECBD6 Melrose

📋 copy color: '#CECBD6'

red 206 ◦ green 203 ◦ blue 214

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

Shades of Melrose #CECBD6

Tints of Melrose #CECBD6

RGB

 RED value IS 206 (80.86% from 255) = 33.07%

 GREEN value IS 203 (79.69% from 255) = 32.58%

 BLUE value IS 214 (83.98% from 255) = 34.35%

R = 33.07%
G = 32.58%
B = 34.35%

CMYK

 C value IS 0.04

 M value IS 0.05

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CECBD6 (or 0xCECBD6) is known color: Melrose. HEX triplet: CE, CB and D6. RGB value is (206,203,214). Sum of RGB (Red+Green+Blue) = 206+203+214=623 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.07% from 623); Green value is 203 (79.69% from 255 or 32.58% from 623); Blue value is 214 (83.98% from 255 or 34.35% from 623); Max value from RGB is 214 - color contains mainly: blue. Hex color #CECBD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECBD6 is #313429. Grayscale: #CDCDCD. Windows color (decimal): -3224618 or 14076878. OLE color: 14076878.

HSL color Cylindrical-coordinate representation of color #CECBD6: hue angle of 256.36º degrees, saturation: 0.12, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CECBD6 is Cyan = 0.04, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 203 214 -
CMYK 0.04 0.05 0 0.16
HSL 256.36º 0.12% 0.82% -
HSV(B) 256.36º 0.05% 0.84% -
XYZ 58.95 60.69 72.23 -
YUV 205.15 132.99 128.61 -
System Red Green Blue C M Y K H S L
Decimal 206 203 214 0.04 0.05 0 0.16 256.36 0.12 0.82
Hex CE CB D6 4 5 0 10 100 C 52
Octal 316 313 326 4 5 0 20 400 14 122
Binary 11001110 11001011 11010110 100 101 0 10000 100000000 1100 1010010

Color Harmonies of #CECBD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECBD6

Black with #CECBD6

Text Example


Text Example

White with #CECBD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECBD6; }

 p { color: rgb(206,203,214); }

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

background-color css

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

 a { background-color: rgb(206,203,214); }

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

border-color css

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

 span { border-color: rgb(206,203,214); }

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