#C2D3BF

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

Shades of Surf Crest #C2D3BF

Tints of Surf Crest #C2D3BF

Color information

#C2D3BF (or 0xC2D3BF) is unknown color: approx Surf Crest. HEX triplet: C2, D3 and BF. RGB value is (194,211,191). Sum of RGB (Red+Green+Blue) = 194+211+191=596 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.55% from 596); Green value is 211 (82.81% from 255 or 35.40% from 596); Blue value is 191 (75% from 255 or 32.05% from 596); Max value from RGB is 211 - color contains mainly: green. Hex color #C2D3BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2D3BF is #3D2C40. Grayscale: #CBCBCB. Windows color (decimal): -4009025 or 12571586. OLE color: 12571586.

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

Color convert

RGB194211191-
CMYK0.0800.090.17
HSL111º18.52%78.82%-
HSV(B)111º9.48%82.75%-
XYZ54.9561.8258.33-
YUV203.64120.87121.13-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.55%
GREEN value IS 211 (82.81% from 255) = 35.40%
BLUE value IS 191 (75% from 255) = 32.05%
R=32.55%
G=35.40%
B=32.05%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1942111910.0800.090.1711118.5278.82
HexC2D3BF809116f134f
Octal302323277100112115723117
Binary110000101101001110111111100001001100011101111100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2D3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2D3BF; }

 p { color: rgb(194,211,191); }

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

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

 a { background-color: rgb(194,211,191); }

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

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

 span { border-color: rgb(194,211,191); }

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