#C7DEBF

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

Shades of Surf Crest #C7DEBF

Tints of Surf Crest #C7DEBF

Color information

#C7DEBF (or 0xC7DEBF) is unknown color: approx Surf Crest. HEX triplet: C7, DE and BF. RGB value is (199,222,191). Sum of RGB (Red+Green+Blue) = 199+222+191=612 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.52% from 612); Green value is 222 (87.11% from 255 or 36.27% from 612); Blue value is 191 (75% from 255 or 31.21% from 612); Max value from RGB is 222 - color contains mainly: green. Hex color #C7DEBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7DEBF is #382140. Grayscale: #D3D3D3. Windows color (decimal): -3678529 or 12574407. OLE color: 12574407.

HSL color Cylindrical-coordinate representation of color #C7DEBF: hue angle of 104.52º degrees, saturation: 0.32, 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 #C7DEBF is Cyan = 0.10, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB199222191-
CMYK0.1000.140.13
HSL104.52º31.96%80.98%-
HSV(B)104.52º13.96%87.06%-
XYZ59.0868.1559.33-
YUV211.59116.38119.02-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 32.52%
GREEN value IS 222 (87.11% from 255) = 36.27%
BLUE value IS 191 (75% from 255) = 31.21%
R=32.52%
G=36.27%
B=31.21%

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
Decimal1992221910.1000.140.13104.5231.9680.98
HexC7DEBFA0ED692051
Octal307336277120161515140121
Binary110001111101111010111111101001110110111010011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7DEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7DEBF; }

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

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

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

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

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

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

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

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