#C9D7BF

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

Shades of Surf Crest #C9D7BF

Tints of Surf Crest #C9D7BF

Color information

#C9D7BF (or 0xC9D7BF) is unknown color: approx Surf Crest. HEX triplet: C9, D7 and BF. RGB value is (201,215,191). Sum of RGB (Red+Green+Blue) = 201+215+191=607 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.11% from 607); Green value is 215 (84.38% from 255 or 35.42% from 607); Blue value is 191 (75% from 255 or 31.47% from 607); Max value from RGB is 215 - color contains mainly: green. Hex color #C9D7BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9D7BF is #362840. Grayscale: #D0D0D0. Windows color (decimal): -3549249 or 12572617. OLE color: 12572617.

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

Color convert

RGB201215191-
CMYK0.0700.110.16
HSL95º23.08%79.61%-
HSV(B)95º11.16%84.31%-
XYZ57.7964.7858.75-
YUV208.08118.36122.95-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.11%
GREEN value IS 215 (84.38% from 255) = 35.42%
BLUE value IS 191 (75% from 255) = 31.47%
R=33.11%
G=35.42%
B=31.47%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2012151910.0700.110.169523.0879.61
HexC9D7BF70B105f1750
Octal31132727770132013727120
Binary11001001110101111011111111101011100001011111101111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9D7BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9D7BF; }

 p { color: rgb(201,215,191); }

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

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

 a { background-color: rgb(201,215,191); }

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

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

 span { border-color: rgb(201,215,191); }

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