Html Css Color HEX #CCC7D3 Melrose

📋 copy color: '#CCC7D3'

red 204 ◦ green 199 ◦ blue 211

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

Shades of Melrose #CCC7D3

Tints of Melrose #CCC7D3

RGB

 RED value IS 204 (80.08% from 255) = 33.22%

 GREEN value IS 199 (78.13% from 255) = 32.41%

 BLUE value IS 211 (82.81% from 255) = 34.36%

R = 33.22%
G = 32.41%
B = 34.36%

CMYK

 C value IS 0.03

 M value IS 0.06

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#CCC7D3 (or 0xCCC7D3) is known color: Melrose. HEX triplet: CC, C7 and D3. RGB value is (204,199,211). Sum of RGB (Red+Green+Blue) = 204+199+211=614 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.22% from 614); Green value is 199 (78.12% from 255 or 32.41% from 614); Blue value is 211 (82.81% from 255 or 34.36% from 614); Max value from RGB is 211 - color contains mainly: blue. Hex color #CCC7D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC7D3 is #33382C. Grayscale: #C9C9C9. Windows color (decimal): -3356717 or 13879244. OLE color: 13879244.

HSL color Cylindrical-coordinate representation of color #CCC7D3: hue angle of 265º degrees, saturation: 0.12, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CCC7D3 is Cyan = 0.03, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 204 199 211 -
CMYK 0.03 0.06 0 0.17
HSL 265º 0.12% 0.8% -
HSV(B) 265º 0.06% 0.83% -
XYZ 57.08 58.39 69.89 -
YUV 201.86 133.16 129.52 -
System Red Green Blue C M Y K H S L
Decimal 204 199 211 0.03 0.06 0 0.17 265 0.12 0.8
Hex CC C7 D3 3 6 0 11 109 C 50
Octal 314 307 323 3 6 0 21 411 14 120
Binary 11001100 11000111 11010011 11 110 0 10001 100001001 1100 1010000

Color Harmonies of #CCC7D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC7D3

Black with #CCC7D3

Text Example


Text Example

White with #CCC7D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC7D3; }

 p { color: rgb(204,199,211); }

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

background-color css

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

 a { background-color: rgb(204,199,211); }

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

border-color css

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

 span { border-color: rgb(204,199,211); }

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