Html Css Color HEX #CECBE3 Melrose

📋 copy color: '#CECBE3'

red 206 ◦ green 203 ◦ blue 227

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

Shades of Melrose #CECBE3

Tints of Melrose #CECBE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 35.69%

R = 32.39%
G = 31.92%
B = 35.69%

CMYK

 C value IS 0.09

 M value IS 0.11

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CECBE3 (or 0xCECBE3) is known color: Melrose. HEX triplet: CE, CB and E3. RGB value is (206,203,227). Sum of RGB (Red+Green+Blue) = 206+203+227=636 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.39% from 636); Green value is 203 (79.69% from 255 or 31.92% from 636); Blue value is 227 (89.06% from 255 or 35.69% from 636); Max value from RGB is 227 - color contains mainly: blue. Hex color #CECBE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECBE3 is #31341C. Grayscale: #CECECE. Windows color (decimal): -3224605 or 14928846. OLE color: 14928846.

HSL color Cylindrical-coordinate representation of color #CECBE3: hue angle of 247.5º degrees, saturation: 0.3, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CECBE3 is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 206 203 227 -
CMYK 0.09 0.11 0 0.11
HSL 247.5º 0.3% 0.84% -
HSV(B) 247.5º 0.11% 0.89% -
XYZ 60.67 61.38 81.32 -
YUV 206.63 139.49 127.55 -
System Red Green Blue C M Y K H S L
Decimal 206 203 227 0.09 0.11 0 0.11 247.5 0.3 0.84
Hex CE CB E3 9 B 0 B F8 1E 54
Octal 316 313 343 11 13 0 13 370 36 124
Binary 11001110 11001011 11100011 1001 1011 0 1011 11111000 11110 1010100

Color Harmonies of #CECBE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECBE3

Black with #CECBE3

Text Example


Text Example

White with #CECBE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECBE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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