#C7DDBF

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

Shades of Surf Crest #C7DDBF

Tints of Surf Crest #C7DDBF

Color information

#C7DDBF (or 0xC7DDBF) is unknown color: approx Surf Crest. HEX triplet: C7, DD and BF. RGB value is (199,221,191). Sum of RGB (Red+Green+Blue) = 199+221+191=611 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.57% from 611); Green value is 221 (86.72% from 255 or 36.17% from 611); Blue value is 191 (75% from 255 or 31.26% from 611); Max value from RGB is 221 - color contains mainly: green. Hex color #C7DDBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7DDBF is #382240. Grayscale: #D3D3D3. Windows color (decimal): -3678785 or 12574151. OLE color: 12574151.

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

Color convert

RGB199221191-
CMYK0.1000.140.13
HSL104º30.61%80.78%-
HSV(B)104º13.57%86.67%-
XYZ58.8167.6259.24-
YUV211116.71119.44-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 32.57%
GREEN value IS 221 (86.72% from 255) = 36.17%
BLUE value IS 191 (75% from 255) = 31.26%
R=32.57%
G=36.17%
B=31.26%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1992211910.1000.140.1310430.6180.78
HexC7DDBFA0ED681f51
Octal307335277120161515037121
Binary11000111110111011011111110100111011011101000111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7DDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7DDBF; }

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

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

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

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

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

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

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

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