#C3D0BF

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

Shades of Surf Crest #C3D0BF

Tints of Surf Crest #C3D0BF

Color information

#C3D0BF (or 0xC3D0BF) is unknown color: approx Surf Crest. HEX triplet: C3, D0 and BF. RGB value is (195,208,191). Sum of RGB (Red+Green+Blue) = 195+208+191=594 (78% of max value = 765). Red value is 195 (76.56% from 255 or 32.83% from 594); Green value is 208 (81.64% from 255 or 35.02% from 594); Blue value is 191 (75% from 255 or 32.15% from 594); Max value from RGB is 208 - color contains mainly: green. Hex color #C3D0BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3D0BF is #3C2F40. Grayscale: #CACACA. Windows color (decimal): -3944257 or 12570819. OLE color: 12570819.

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

Color convert

RGB195208191-
CMYK0.0600.080.18
HSL105.88º15.32%78.24%-
HSV(B)105.88º8.17%81.57%-
XYZ54.4760.4858.09-
YUV202.18121.69122.88-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 32.83%
GREEN value IS 208 (81.64% from 255) = 35.02%
BLUE value IS 191 (75% from 255) = 32.15%
R=32.83%
G=35.02%
B=32.15%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1952081910.0600.080.18105.8815.3278.24
HexC3D0BF608126af4e
Octal30332027760102215217116
Binary1100001111010000101111111100100010010110101011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3D0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3D0BF; }

 p { color: rgb(195,208,191); }

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

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

 a { background-color: rgb(195,208,191); }

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

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

 span { border-color: rgb(195,208,191); }

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