#C1D2BF

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

Shades of Surf Crest #C1D2BF

Tints of Surf Crest #C1D2BF

Color information

#C1D2BF (or 0xC1D2BF) is unknown color: approx Surf Crest. HEX triplet: C1, D2 and BF. RGB value is (193,210,191). Sum of RGB (Red+Green+Blue) = 193+210+191=594 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.49% from 594); Green value is 210 (82.42% from 255 or 35.35% from 594); Blue value is 191 (75% from 255 or 32.15% from 594); Max value from RGB is 210 - color contains mainly: green. Hex color #C1D2BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1D2BF is #3E2D40. Grayscale: #CACACA. Windows color (decimal): -4074817 or 12571329. OLE color: 12571329.

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

Color convert

RGB193210191-
CMYK0.0800.090.18
HSL113.68º17.43%78.63%-
HSV(B)113.68º9.05%82.35%-
XYZ54.4461.1958.23-
YUV202.75121.37121.04-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 32.49%
GREEN value IS 210 (82.42% from 255) = 35.35%
BLUE value IS 191 (75% from 255) = 32.15%
R=32.49%
G=35.35%
B=32.15%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1932101910.0800.090.18113.6817.4378.63
HexC1D2BF8091272114f
Octal301322277100112216221117
Binary110000011101001010111111100001001100101110010100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1D2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1D2BF; }

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

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

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

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

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

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

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

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