#C7DBBF

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

Shades of Surf Crest #C7DBBF

Tints of Surf Crest #C7DBBF

Color information

#C7DBBF (or 0xC7DBBF) is unknown color: approx Surf Crest. HEX triplet: C7, DB and BF. RGB value is (199,219,191). Sum of RGB (Red+Green+Blue) = 199+219+191=609 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.68% from 609); Green value is 219 (85.94% from 255 or 35.96% from 609); Blue value is 191 (75% from 255 or 31.36% from 609); Max value from RGB is 219 - color contains mainly: green. Hex color #C7DBBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7DBBF is #382440. Grayscale: #D1D1D1. Windows color (decimal): -3679297 or 12573639. OLE color: 12573639.

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

Color convert

RGB199219191-
CMYK0.0900.130.14
HSL102.86º28%80.39%-
HSV(B)102.86º12.79%85.88%-
XYZ58.2966.5759.07-
YUV209.83117.37120.28-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 32.68%
GREEN value IS 219 (85.94% from 255) = 35.96%
BLUE value IS 191 (75% from 255) = 31.36%
R=32.68%
G=35.96%
B=31.36%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1992191910.0900.130.14102.862880.39
HexC7DBBF90DE671c50
Octal307333277110151614734120
Binary11000111110110111011111110010110111101100111111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7DBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7DBBF; }

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

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

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

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

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

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

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

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