#C7D5BB

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

Shades of Surf Crest #C7D5BB

Tints of Surf Crest #C7D5BB

Color information

#C7D5BB (or 0xC7D5BB) is unknown color: approx Surf Crest. HEX triplet: C7, D5 and BB. RGB value is (199,213,187). Sum of RGB (Red+Green+Blue) = 199+213+187=599 (79% of max value = 765). Red value is 199 (78.12% from 255 or 33.22% from 599); Green value is 213 (83.59% from 255 or 35.56% from 599); Blue value is 187 (73.44% from 255 or 31.22% from 599); Max value from RGB is 213 - color contains mainly: green. Hex color #C7D5BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7D5BB is #382A44. Grayscale: #CDCDCD. Windows color (decimal): -3680837 or 12309959. OLE color: 12309959.

HSL color Cylindrical-coordinate representation of color #C7D5BB: hue angle of 92.31º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C7D5BB is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB199213187-
CMYK0.0700.120.16
HSL92.31º23.64%78.43%-
HSV(B)92.31º12.21%83.53%-
XYZ56.3263.3256.27-
YUV205.85117.36123.11-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 33.22%
GREEN value IS 213 (83.59% from 255) = 35.56%
BLUE value IS 187 (73.44% from 255) = 31.22%
R=33.22%
G=35.56%
B=31.22%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1992131870.0700.120.1692.3123.6478.43
HexC7D5BB70C105c184e
Octal30732527370142013430116
Binary11000111110101011011101111101100100001011100110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7D5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7D5BB; }

 p { color: rgb(199,213,187); }

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

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

 a { background-color: rgb(199,213,187); }

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

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

 span { border-color: rgb(199,213,187); }

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