#C1D2BD

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

Shades of Surf Crest #C1D2BD

Tints of Surf Crest #C1D2BD

Color information

#C1D2BD (or 0xC1D2BD) is unknown color: approx Surf Crest. HEX triplet: C1, D2 and BD. RGB value is (193,210,189). Sum of RGB (Red+Green+Blue) = 193+210+189=592 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.60% from 592); Green value is 210 (82.42% from 255 or 35.47% from 592); Blue value is 189 (74.22% from 255 or 31.93% from 592); Max value from RGB is 210 - color contains mainly: green. Hex color #C1D2BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1D2BD is #3E2D42. Grayscale: #CACACA. Windows color (decimal): -4074819 or 12440257. OLE color: 12440257.

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

Color convert

RGB193210189-
CMYK0.0800.100.18
HSL108.57º18.92%78.24%-
HSV(B)108.57º10%82.35%-
XYZ54.2261.157.08-
YUV202.52120.37121.21-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 32.60%
GREEN value IS 210 (82.42% from 255) = 35.47%
BLUE value IS 189 (74.22% from 255) = 31.93%
R=32.60%
G=35.47%
B=31.93%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1932101890.0800.100.18108.5718.9278.24
HexC1D2BD80A126d134e
Octal301322275100122215523116
Binary110000011101001010111101100001010100101101101100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1D2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1D2BD; }

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

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

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

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

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

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

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

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