#C3D4B7

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

Shades of Surf Crest #C3D4B7

Tints of Surf Crest #C3D4B7

Color information

#C3D4B7 (or 0xC3D4B7) is unknown color: approx Surf Crest. HEX triplet: C3, D4 and B7. RGB value is (195,212,183). Sum of RGB (Red+Green+Blue) = 195+212+183=590 (78% of max value = 765). Red value is 195 (76.56% from 255 or 33.05% from 590); Green value is 212 (83.20% from 255 or 35.93% from 590); Blue value is 183 (71.88% from 255 or 31.02% from 590); Max value from RGB is 212 - color contains mainly: green. Hex color #C3D4B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3D4B7 is #3C2B48. Grayscale: #CBCBCB. Windows color (decimal): -3943241 or 12047555. OLE color: 12047555.

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

Color convert

RGB195212183-
CMYK0.0800.140.17
HSL95.17º25.22%77.45%-
HSV(B)95.17º13.68%83.14%-
XYZ54.662.1153.91-
YUV203.61116.37121.86-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.05%
GREEN value IS 212 (83.20% from 255) = 35.93%
BLUE value IS 183 (71.88% from 255) = 31.02%
R=33.05%
G=35.93%
B=31.02%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1952121830.0800.140.1795.1725.2277.45
HexC3D4B780E115f194d
Octal303324267100162113731115
Binary110000111101010010110111100001110100011011111110011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3D4B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3D4B7; }

 p { color: rgb(195,212,183); }

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

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

 a { background-color: rgb(195,212,183); }

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

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

 span { border-color: rgb(195,212,183); }

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