Html Css Color HEX #CEC9DD Melrose

📋 copy color: '#CEC9DD'

red 206 ◦ green 201 ◦ blue 221

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

Shades of Melrose #CEC9DD

Tints of Melrose #CEC9DD

RGB

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

 GREEN value IS 201 (78.91% from 255) = 32.01%

 BLUE value IS 221 (86.72% from 255) = 35.19%

R = 32.8%
G = 32.01%
B = 35.19%

CMYK

 C value IS 0.07

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CEC9DD (or 0xCEC9DD) is known color: Melrose. HEX triplet: CE, C9 and DD. RGB value is (206,201,221). Sum of RGB (Red+Green+Blue) = 206+201+221=628 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.80% from 628); Green value is 201 (78.91% from 255 or 32.01% from 628); Blue value is 221 (86.72% from 255 or 35.19% from 628); Max value from RGB is 221 - color contains mainly: blue. Hex color #CEC9DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC9DD is #313622. Grayscale: #CCCCCC. Windows color (decimal): -3225123 or 14535118. OLE color: 14535118.

HSL color Cylindrical-coordinate representation of color #CEC9DD: hue angle of 255º degrees, saturation: 0.23, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CEC9DD is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 201 221 -
CMYK 0.07 0.09 0 0.13
HSL 255º 0.23% 0.83% -
HSV(B) 255º 0.09% 0.87% -
XYZ 59.39 60.12 76.88 -
YUV 204.78 137.16 128.87 -
System Red Green Blue C M Y K H S L
Decimal 206 201 221 0.07 0.09 0 0.13 255 0.23 0.83
Hex CE C9 DD 7 9 0 D FF 17 53
Octal 316 311 335 7 11 0 15 377 27 123
Binary 11001110 11001001 11011101 111 1001 0 1101 11111111 10111 1010011

Color Harmonies of #CEC9DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC9DD

Black with #CEC9DD

Text Example


Text Example

White with #CEC9DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC9DD; }

 p { color: rgb(206,201,221); }

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

background-color css

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

 a { background-color: rgb(206,201,221); }

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

border-color css

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

 span { border-color: rgb(206,201,221); }

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