#C3DBBC

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

Shades of Surf Crest #C3DBBC

Tints of Surf Crest #C3DBBC

Color information

#C3DBBC (or 0xC3DBBC) is unknown color: approx Surf Crest. HEX triplet: C3, DB and BC. RGB value is (195,219,188). Sum of RGB (Red+Green+Blue) = 195+219+188=602 (79% of max value = 765). Red value is 195 (76.56% from 255 or 32.39% from 602); Green value is 219 (85.94% from 255 or 36.38% from 602); Blue value is 188 (73.83% from 255 or 31.23% from 602); Max value from RGB is 219 - color contains mainly: green. Hex color #C3DBBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3DBBC is #3C2443. Grayscale: #D0D0D0. Windows color (decimal): -3941444 or 12377027. OLE color: 12377027.

HSL color Cylindrical-coordinate representation of color #C3DBBC: hue angle of 106.45º degrees, saturation: 0.3, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C3DBBC is Cyan = 0.11, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB195219188-
CMYK0.1100.140.14
HSL106.45º30.1%79.8%-
HSV(B)106.45º14.16%85.88%-
XYZ56.9165.957.3-
YUV208.29116.55118.52-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 32.39%
GREEN value IS 219 (85.94% from 255) = 36.38%
BLUE value IS 188 (73.83% from 255) = 31.23%
R=32.39%
G=36.38%
B=31.23%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1952191880.1100.140.14106.4530.179.8
HexC3DBBCB0EE6a1e50
Octal303333274130161615236120
Binary11000011110110111011110010110111011101101010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3DBBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3DBBC; }

 p { color: rgb(195,219,188); }

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

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

 a { background-color: rgb(195,219,188); }

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

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

 span { border-color: rgb(195,219,188); }

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