#C7DCC5

Color #C7DCC5 Surf Crest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Surf Crest #C7DCC5

Tints of Surf Crest #C7DCC5

Color information

#C7DCC5 (or 0xC7DCC5) is unknown color: approx Surf Crest. HEX triplet: C7, DC and C5. RGB value is (199,220,197). Sum of RGB (Red+Green+Blue) = 199+220+197=616 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.31% from 616); Green value is 220 (86.33% from 255 or 35.71% from 616); Blue value is 197 (77.34% from 255 or 31.98% from 616); Max value from RGB is 220 - color contains mainly: green. Hex color #C7DCC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7DCC5 is #38233A. Grayscale: #D3D3D3. Windows color (decimal): -3679035 or 12967111. OLE color: 12967111.

HSL color Cylindrical-coordinate representation of color #C7DCC5: hue angle of 114.78º degrees, saturation: 0.25, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C7DCC5 is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB199220197-
CMYK0.1000.100.14
HSL114.78º24.73%81.76%-
HSV(B)114.78º10.45%86.27%-
XYZ59.2267.3662.7-
YUV211.1120.04119.37-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 32.31%
GREEN value IS 220 (86.33% from 255) = 35.71%
BLUE value IS 197 (77.34% from 255) = 31.98%
R=32.31%
G=35.71%
B=31.98%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1992201970.1000.100.14114.7824.7381.76
HexC7DCC5A0AE731952
Octal307334305120121616331122
Binary11000111110111001100010110100101011101110011110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7DCC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7DCC5; }

 p { color: rgb(199,220,197); }

 H1.HeaderClassName
 {
   color: #C7DCC5;
 }
 .AnyTagClassName
 {
   color: #C7DCC5;
 }
</style>
background-color css

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

 a { background-color: rgb(199,220,197); }

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

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

 span { border-color: rgb(199,220,197); }

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