#C6D9BF

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

Shades of Surf Crest #C6D9BF

Tints of Surf Crest #C6D9BF

Color information

#C6D9BF (or 0xC6D9BF) is unknown color: approx Surf Crest. HEX triplet: C6, D9 and BF. RGB value is (198,217,191). Sum of RGB (Red+Green+Blue) = 198+217+191=606 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.67% from 606); Green value is 217 (85.16% from 255 or 35.81% from 606); Blue value is 191 (75% from 255 or 31.52% from 606); Max value from RGB is 217 - color contains mainly: green. Hex color #C6D9BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6D9BF is #392640. Grayscale: #D0D0D0. Windows color (decimal): -3745345 or 12573126. OLE color: 12573126.

HSL color Cylindrical-coordinate representation of color #C6D9BF: hue angle of 103.85º degrees, saturation: 0.25, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C6D9BF is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB198217191-
CMYK0.0900.120.15
HSL103.85º25.49%80%-
HSV(B)103.85º11.98%85.1%-
XYZ57.5165.3958.88-
YUV208.36118.21120.61-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 32.67%
GREEN value IS 217 (85.16% from 255) = 35.81%
BLUE value IS 191 (75% from 255) = 31.52%
R=32.67%
G=35.81%
B=31.52%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1982171910.0900.120.15103.8525.4980
HexC6D9BF90CF681950
Octal306331277110141715031120
Binary11000110110110011011111110010110011111101000110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6D9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6D9BF; }

 p { color: rgb(198,217,191); }

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

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

 a { background-color: rgb(198,217,191); }

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

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

 span { border-color: rgb(198,217,191); }

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