#C7DCBF

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

Shades of Surf Crest #C7DCBF

Tints of Surf Crest #C7DCBF

Color information

#C7DCBF (or 0xC7DCBF) is unknown color: approx Surf Crest. HEX triplet: C7, DC and BF. RGB value is (199,220,191). Sum of RGB (Red+Green+Blue) = 199+220+191=610 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.62% from 610); Green value is 220 (86.33% from 255 or 36.07% from 610); Blue value is 191 (75% from 255 or 31.31% from 610); Max value from RGB is 220 - color contains mainly: green. Hex color #C7DCBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7DCBF is #382340. Grayscale: #D2D2D2. Windows color (decimal): -3679041 or 12573895. OLE color: 12573895.

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

Color convert

RGB199220191-
CMYK0.1000.130.14
HSL103.45º29.29%80.59%-
HSV(B)103.45º13.18%86.27%-
XYZ58.5567.0959.15-
YUV210.42117.04119.86-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 32.62%
GREEN value IS 220 (86.33% from 255) = 36.07%
BLUE value IS 191 (75% from 255) = 31.31%
R=32.62%
G=36.07%
B=31.31%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1992201910.1000.130.14103.4529.2980.59
HexC7DCBFA0DE671d51
Octal307334277120151614735121
Binary11000111110111001011111110100110111101100111111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7DCBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7DCBF; }

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

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

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

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

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

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

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

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