Html Css Color HEX #CECBDD Melrose

📋 copy color: '#CECBDD'

red 206 ◦ green 203 ◦ blue 221

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

Shades of Melrose #CECBDD

Tints of Melrose #CECBDD

RGB

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

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

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

R = 32.7%
G = 32.22%
B = 35.08%

CMYK

 C value IS 0.07

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CECBDD (or 0xCECBDD) is known color: Melrose. HEX triplet: CE, CB and DD. RGB value is (206,203,221). Sum of RGB (Red+Green+Blue) = 206+203+221=630 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.70% from 630); Green value is 203 (79.69% from 255 or 32.22% from 630); Blue value is 221 (86.72% from 255 or 35.08% from 630); Max value from RGB is 221 - color contains mainly: blue. Hex color #CECBDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECBDD is #313422. Grayscale: #CDCDCD. Windows color (decimal): -3224611 or 14535630. OLE color: 14535630.

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

Color convert

RGB 206 203 221 -
CMYK 0.07 0.08 0 0.13
HSL 250º 0.21% 0.83% -
HSV(B) 250º 0.08% 0.87% -
XYZ 59.86 61.05 77.04 -
YUV 205.95 136.49 128.04 -
System Red Green Blue C M Y K H S L
Decimal 206 203 221 0.07 0.08 0 0.13 250 0.21 0.83
Hex CE CB DD 7 8 0 D FA 15 53
Octal 316 313 335 7 10 0 15 372 25 123
Binary 11001110 11001011 11011101 111 1000 0 1101 11111010 10101 1010011

Color Harmonies of #CECBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECBDD

Black with #CECBDD

Text Example


Text Example

White with #CECBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECBDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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