#C6D4BB

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

Shades of Surf Crest #C6D4BB

Tints of Surf Crest #C6D4BB

Color information

#C6D4BB (or 0xC6D4BB) is unknown color: approx Surf Crest. HEX triplet: C6, D4 and BB. RGB value is (198,212,187). Sum of RGB (Red+Green+Blue) = 198+212+187=597 (79% of max value = 765). Red value is 198 (77.73% from 255 or 33.17% from 597); Green value is 212 (83.20% from 255 or 35.51% from 597); Blue value is 187 (73.44% from 255 or 31.32% from 597); Max value from RGB is 212 - color contains mainly: green. Hex color #C6D4BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6D4BB is #392B44. Grayscale: #CDCDCD. Windows color (decimal): -3746629 or 12309702. OLE color: 12309702.

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

Color convert

RGB198212187-
CMYK0.0700.120.17
HSL93.6º22.52%78.24%-
HSV(B)93.6º11.79%83.14%-
XYZ55.862.6856.17-
YUV204.96117.86123.03-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 33.17%
GREEN value IS 212 (83.20% from 255) = 35.51%
BLUE value IS 187 (73.44% from 255) = 31.32%
R=33.17%
G=35.51%
B=31.32%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1982121870.0700.120.1793.622.5278.24
HexC6D4BB70C115e174e
Octal30632427370142113627116
Binary11000110110101001011101111101100100011011110101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6D4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6D4BB; }

 p { color: rgb(198,212,187); }

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

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

 a { background-color: rgb(198,212,187); }

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

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

 span { border-color: rgb(198,212,187); }

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