Html Css Color HEX #CECBE2 Melrose

📋 copy color: '#CECBE2'

red 206 ◦ green 203 ◦ blue 226

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

Shades of Melrose #CECBE2

Tints of Melrose #CECBE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 35.59%

R = 32.44%
G = 31.97%
B = 35.59%

CMYK

 C value IS 0.09

 M value IS 0.10

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CECBE2 (or 0xCECBE2) is known color: Melrose. HEX triplet: CE, CB and E2. RGB value is (206,203,226). Sum of RGB (Red+Green+Blue) = 206+203+226=635 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.44% from 635); Green value is 203 (79.69% from 255 or 31.97% from 635); Blue value is 226 (88.67% from 255 or 35.59% from 635); Max value from RGB is 226 - color contains mainly: blue. Hex color #CECBE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECBE2 is #31341D. Grayscale: #CECECE. Windows color (decimal): -3224606 or 14863310. OLE color: 14863310.

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

Color convert

RGB 206 203 226 -
CMYK 0.09 0.10 0 0.11
HSL 247.83º 0.28% 0.84% -
HSV(B) 247.83º 0.1% 0.89% -
XYZ 60.54 61.32 80.6 -
YUV 206.52 138.99 127.63 -
System Red Green Blue C M Y K H S L
Decimal 206 203 226 0.09 0.10 0 0.11 247.83 0.28 0.84
Hex CE CB E2 9 A 0 B F8 1C 54
Octal 316 313 342 11 12 0 13 370 34 124
Binary 11001110 11001011 11100010 1001 1010 0 1011 11111000 11100 1010100

Color Harmonies of #CECBE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECBE2

Black with #CECBE2

Text Example


Text Example

White with #CECBE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECBE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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