#C6D2BB

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

Shades of Surf Crest #C6D2BB

Tints of Surf Crest #C6D2BB

Color information

#C6D2BB (or 0xC6D2BB) is unknown color: approx Surf Crest. HEX triplet: C6, D2 and BB. RGB value is (198,210,187). Sum of RGB (Red+Green+Blue) = 198+210+187=595 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.28% from 595); Green value is 210 (82.42% from 255 or 35.29% from 595); Blue value is 187 (73.44% from 255 or 31.43% from 595); Max value from RGB is 210 - color contains mainly: green. Hex color #C6D2BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6D2BB is #392D44. Grayscale: #CBCBCB. Windows color (decimal): -3747141 or 12309190. OLE color: 12309190.

HSL color Cylindrical-coordinate representation of color #C6D2BB: hue angle of 91.3º degrees, saturation: 0.2, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C6D2BB is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB198210187-
CMYK0.0600.110.18
HSL91.3º20.35%77.84%-
HSV(B)91.3º10.95%82.35%-
XYZ55.361.6956.01-
YUV203.79118.52123.87-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 33.28%
GREEN value IS 210 (82.42% from 255) = 35.29%
BLUE value IS 187 (73.44% from 255) = 31.43%
R=33.28%
G=35.29%
B=31.43%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1982101870.0600.110.1891.320.3577.84
HexC6D2BB60B125b144e
Octal30632227360132213324116
Binary11000110110100101011101111001011100101011011101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6D2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6D2BB; }

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

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

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

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

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

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

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

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