#C1D5BD

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

Shades of Surf Crest #C1D5BD

Tints of Surf Crest #C1D5BD

Color information

#C1D5BD (or 0xC1D5BD) is unknown color: approx Surf Crest. HEX triplet: C1, D5 and BD. RGB value is (193,213,189). Sum of RGB (Red+Green+Blue) = 193+213+189=595 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.44% from 595); Green value is 213 (83.59% from 255 or 35.80% from 595); Blue value is 189 (74.22% from 255 or 31.76% from 595); Max value from RGB is 213 - color contains mainly: green. Hex color #C1D5BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1D5BD is #3E2A42. Grayscale: #CCCCCC. Windows color (decimal): -4074051 or 12441025. OLE color: 12441025.

HSL color Cylindrical-coordinate representation of color #C1D5BD: hue angle of 110º degrees, saturation: 0.22, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C1D5BD is Cyan = 0.09, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB193213189-
CMYK0.0900.110.16
HSL110º22.22%78.82%-
HSV(B)110º11.27%83.53%-
XYZ54.9762.657.33-
YUV204.28119.37119.95-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 32.44%
GREEN value IS 213 (83.59% from 255) = 35.80%
BLUE value IS 189 (74.22% from 255) = 31.76%
R=32.44%
G=35.80%
B=31.76%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1932131890.0900.110.1611022.2278.82
HexC1D5BD90B106e164f
Octal301325275110132015626117
Binary110000011101010110111101100101011100001101110101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1D5BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1D5BD; }

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

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

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

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

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

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

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

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