Html Css Color HEX #CFCCE1 Melrose

📋 copy color: '#CFCCE1'

red 207 ◦ green 204 ◦ blue 225

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

Shades of Melrose #CFCCE1

Tints of Melrose #CFCCE1

RGB

 RED value IS 207 (81.25% from 255) = 32.55%

 GREEN value IS 204 (80.08% from 255) = 32.08%

 BLUE value IS 225 (88.28% from 255) = 35.38%

R = 32.55%
G = 32.08%
B = 35.38%

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

#CFCCE1 (or 0xCFCCE1) is known color: Melrose. HEX triplet: CF, CC and E1. RGB value is (207,204,225). Sum of RGB (Red+Green+Blue) = 207+204+225=636 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.55% from 636); Green value is 204 (80.08% from 255 or 32.08% from 636); Blue value is 225 (88.28% from 255 or 35.38% from 636); Max value from RGB is 225 - color contains mainly: blue. Hex color #CFCCE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCCE1 is #30331E. Grayscale: #CFCFCF. Windows color (decimal): -3158815 or 14798031. OLE color: 14798031.

HSL color Cylindrical-coordinate representation of color #CFCCE1: hue angle of 248.57º degrees, saturation: 0.26, 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 #CFCCE1 is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 207 204 225 -
CMYK 0.08 0.09 0 0.12
HSL 248.57º 0.26% 0.84% -
HSV(B) 248.57º 0.09% 0.88% -
XYZ 60.92 61.89 79.97 -
YUV 207.29 137.99 127.79 -
System Red Green Blue C M Y K H S L
Decimal 207 204 225 0.08 0.09 0 0.12 248.57 0.26 0.84
Hex CF CC E1 8 9 0 C F9 1A 54
Octal 317 314 341 10 11 0 14 371 32 124
Binary 11001111 11001100 11100001 1000 1001 0 1100 11111001 11010 1010100

Color Harmonies of #CFCCE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFCCE1

Black with #CFCCE1

Text Example


Text Example

White with #CFCCE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFCCE1; }

 p { color: rgb(207,204,225); }

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

background-color css

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

 a { background-color: rgb(207,204,225); }

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

border-color css

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

 span { border-color: rgb(207,204,225); }

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