Html Css Color HEX #CECBD5 Melrose

📋 copy color: '#CECBD5'

red 206 ◦ green 203 ◦ blue 213

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

Shades of Melrose #CECBD5

Tints of Melrose #CECBD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 34.24%

R = 33.12%
G = 32.64%
B = 34.24%

CMYK

 C value IS 0.03

 M value IS 0.05

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CECBD5 (or 0xCECBD5) is known color: Melrose. HEX triplet: CE, CB and D5. RGB value is (206,203,213). Sum of RGB (Red+Green+Blue) = 206+203+213=622 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.12% from 622); Green value is 203 (79.69% from 255 or 32.64% from 622); Blue value is 213 (83.59% from 255 or 34.24% from 622); Max value from RGB is 213 - color contains mainly: blue. Hex color #CECBD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECBD5 is #31342A. Grayscale: #CDCDCD. Windows color (decimal): -3224619 or 14011342. OLE color: 14011342.

HSL color Cylindrical-coordinate representation of color #CECBD5: hue angle of 258º degrees, saturation: 0.11, 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 #CECBD5 is Cyan = 0.03, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 203 213 -
CMYK 0.03 0.05 0 0.16
HSL 258º 0.11% 0.82% -
HSV(B) 258º 0.05% 0.84% -
XYZ 58.82 60.64 71.55 -
YUV 205.04 132.49 128.69 -
System Red Green Blue C M Y K H S L
Decimal 206 203 213 0.03 0.05 0 0.16 258 0.11 0.82
Hex CE CB D5 3 5 0 10 102 B 52
Octal 316 313 325 3 5 0 20 402 13 122
Binary 11001110 11001011 11010101 11 101 0 10000 100000010 1011 1010010

Color Harmonies of #CECBD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECBD5

Black with #CECBD5

Text Example


Text Example

White with #CECBD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECBD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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