Html Css Color HEX #CECAD9 Melrose

📋 copy color: '#CECAD9'

red 206 ◦ green 202 ◦ blue 217

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

Shades of Melrose #CECAD9

Tints of Melrose #CECAD9

RGB

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

 GREEN value IS 202 (79.3% from 255) = 32.32%

 BLUE value IS 217 (85.16% from 255) = 34.72%

R = 32.96%
G = 32.32%
B = 34.72%

CMYK

 C value IS 0.05

 M value IS 0.07

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CECAD9 (or 0xCECAD9) is known color: Melrose. HEX triplet: CE, CA and D9. RGB value is (206,202,217). Sum of RGB (Red+Green+Blue) = 206+202+217=625 (82% of max value = 765). Red value is 206 (80.86% from 255 or 32.96% from 625); Green value is 202 (79.30% from 255 or 32.32% from 625); Blue value is 217 (85.16% from 255 or 34.72% from 625); Max value from RGB is 217 - color contains mainly: blue. Hex color #CECAD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECAD9 is #313526. Grayscale: #CCCCCC. Windows color (decimal): -3224871 or 14273230. OLE color: 14273230.

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

Color convert

RGB 206 202 217 -
CMYK 0.05 0.07 0 0.15
HSL 256º 0.16% 0.82% -
HSV(B) 256º 0.07% 0.85% -
XYZ 59.1 60.37 74.18 -
YUV 204.91 134.83 128.78 -
System Red Green Blue C M Y K H S L
Decimal 206 202 217 0.05 0.07 0 0.15 256 0.16 0.82
Hex CE CA D9 5 7 0 F 100 10 52
Octal 316 312 331 5 7 0 17 400 20 122
Binary 11001110 11001010 11011001 101 111 0 1111 100000000 10000 1010010

Color Harmonies of #CECAD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECAD9

Black with #CECAD9

Text Example


Text Example

White with #CECAD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECAD9; }

 p { color: rgb(206,202,217); }

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

background-color css

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

 a { background-color: rgb(206,202,217); }

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

border-color css

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

 span { border-color: rgb(206,202,217); }

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