#C1D3B8

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

Shades of Surf Crest #C1D3B8

Tints of Surf Crest #C1D3B8

Color information

#C1D3B8 (or 0xC1D3B8) is unknown color: approx Surf Crest. HEX triplet: C1, D3 and B8. RGB value is (193,211,184). Sum of RGB (Red+Green+Blue) = 193+211+184=588 (77% of max value = 765). Red value is 193 (75.78% from 255 or 32.82% from 588); Green value is 211 (82.81% from 255 or 35.88% from 588); Blue value is 184 (72.27% from 255 or 31.29% from 588); Max value from RGB is 211 - color contains mainly: green. Hex color #C1D3B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1D3B8 is #3E2C47. Grayscale: #CACACA. Windows color (decimal): -4074568 or 12112833. OLE color: 12112833.

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

Color convert

RGB193211184-
CMYK0.0900.130.17
HSL100º23.48%77.45%-
HSV(B)100º12.8%82.75%-
XYZ53.9461.3954.35-
YUV202.54117.54121.2-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 32.82%
GREEN value IS 211 (82.81% from 255) = 35.88%
BLUE value IS 184 (72.27% from 255) = 31.29%
R=32.82%
G=35.88%
B=31.29%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1932111840.0900.130.1710023.4877.45
HexC1D3B890D1164174d
Octal301323270110152114427115
Binary110000011101001110111000100101101100011100100101111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1D3B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1D3B8; }

 p { color: rgb(193,211,184); }

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

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

 a { background-color: rgb(193,211,184); }

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

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

 span { border-color: rgb(193,211,184); }

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