Html Css Color HEX #CFCCDF Melrose

📋 copy color: '#CFCCDF'

red 207 ◦ green 204 ◦ blue 223

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

Shades of Melrose #CFCCDF

Tints of Melrose #CFCCDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 35.17%

R = 32.65%
G = 32.18%
B = 35.17%

CMYK

 C value IS 0.07

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CFCCDF (or 0xCFCCDF) is known color: Melrose. HEX triplet: CF, CC and DF. RGB value is (207,204,223). Sum of RGB (Red+Green+Blue) = 207+204+223=634 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.65% from 634); Green value is 204 (80.08% from 255 or 32.18% from 634); Blue value is 223 (87.5% from 255 or 35.17% from 634); Max value from RGB is 223 - color contains mainly: blue. Hex color #CFCCDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCCDF is #303320. Grayscale: #CECECE. Windows color (decimal): -3158817 or 14666959. OLE color: 14666959.

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

Color convert

RGB 207 204 223 -
CMYK 0.07 0.09 0 0.13
HSL 249.47º 0.23% 0.84% -
HSV(B) 249.47º 0.09% 0.87% -
XYZ 60.64 61.78 78.54 -
YUV 207.06 136.99 127.96 -
System Red Green Blue C M Y K H S L
Decimal 207 204 223 0.07 0.09 0 0.13 249.47 0.23 0.84
Hex CF CC DF 7 9 0 D F9 17 54
Octal 317 314 337 7 11 0 15 371 27 124
Binary 11001111 11001100 11011111 111 1001 0 1101 11111001 10111 1010100

Color Harmonies of #CFCCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFCCDF

Black with #CFCCDF

Text Example


Text Example

White with #CFCCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFCCDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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