Html Css Color HEX #CECBE0 Melrose

📋 copy color: '#CECBE0'

red 206 ◦ green 203 ◦ blue 224

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

Shades of Melrose #CECBE0

Tints of Melrose #CECBE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 35.39%

R = 32.54%
G = 32.07%
B = 35.39%

CMYK

 C value IS 0.08

 M value IS 0.09

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CECBE0 (or 0xCECBE0) is known color: Melrose. HEX triplet: CE, CB and E0. RGB value is (206,203,224). Sum of RGB (Red+Green+Blue) = 206+203+224=633 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.54% from 633); Green value is 203 (79.69% from 255 or 32.07% from 633); Blue value is 224 (87.89% from 255 or 35.39% from 633); Max value from RGB is 224 - color contains mainly: blue. Hex color #CECBE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECBE0 is #31341F. Grayscale: #CECECE. Windows color (decimal): -3224608 or 14732238. OLE color: 14732238.

HSL color Cylindrical-coordinate representation of color #CECBE0: hue angle of 248.57º degrees, saturation: 0.25, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CECBE0 is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 206 203 224 -
CMYK 0.08 0.09 0 0.12
HSL 248.57º 0.25% 0.84% -
HSV(B) 248.57º 0.09% 0.88% -
XYZ 60.26 61.22 79.16 -
YUV 206.29 137.99 127.79 -
System Red Green Blue C M Y K H S L
Decimal 206 203 224 0.08 0.09 0 0.12 248.57 0.25 0.84
Hex CE CB E0 8 9 0 C F9 19 54
Octal 316 313 340 10 11 0 14 371 31 124
Binary 11001110 11001011 11100000 1000 1001 0 1100 11111001 11001 1010100

Color Harmonies of #CECBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECBE0

Black with #CECBE0

Text Example


Text Example

White with #CECBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECBE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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