#C1D0BD

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

Shades of Surf Crest #C1D0BD

Tints of Surf Crest #C1D0BD

Color information

#C1D0BD (or 0xC1D0BD) is unknown color: approx Surf Crest. HEX triplet: C1, D0 and BD. RGB value is (193,208,189). Sum of RGB (Red+Green+Blue) = 193+208+189=590 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.71% from 590); Green value is 208 (81.64% from 255 or 35.25% from 590); Blue value is 189 (74.22% from 255 or 32.03% from 590); Max value from RGB is 208 - color contains mainly: green. Hex color #C1D0BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1D0BD is #3E2F42. Grayscale: #C9C9C9. Windows color (decimal): -4075331 or 12439745. OLE color: 12439745.

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

Color convert

RGB193208189-
CMYK0.0700.090.18
HSL107.37º16.81%77.84%-
HSV(B)107.37º9.13%81.57%-
XYZ53.7360.1256.92-
YUV201.35121.03122.04-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 32.71%
GREEN value IS 208 (81.64% from 255) = 35.25%
BLUE value IS 189 (74.22% from 255) = 32.03%
R=32.71%
G=35.25%
B=32.03%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1932081890.0700.090.18107.3716.8177.84
HexC1D0BD709126b114e
Octal30132027570112215321116
Binary11000001110100001011110111101001100101101011100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1D0BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1D0BD; }

 p { color: rgb(193,208,189); }

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

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

 a { background-color: rgb(193,208,189); }

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

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

 span { border-color: rgb(193,208,189); }

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