#C3DBBA

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

Shades of Surf Crest #C3DBBA

Tints of Surf Crest #C3DBBA

Color information

#C3DBBA (or 0xC3DBBA) is unknown color: approx Surf Crest. HEX triplet: C3, DB and BA. RGB value is (195,219,186). Sum of RGB (Red+Green+Blue) = 195+219+186=600 (79% of max value = 765). Red value is 195 (76.56% from 255 or 32.5% from 600); Green value is 219 (85.94% from 255 or 36.5% from 600); Blue value is 186 (73.05% from 255 or 31% from 600); Max value from RGB is 219 - color contains mainly: green. Hex color #C3DBBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3DBBA is #3C2445. Grayscale: #D0D0D0. Windows color (decimal): -3941446 or 12245955. OLE color: 12245955.

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

Color convert

RGB195219186-
CMYK0.1100.150.14
HSL103.64º31.43%79.41%-
HSV(B)103.64º15.07%85.88%-
XYZ56.765.8156.17-
YUV208.06115.55118.68-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 32.5%
GREEN value IS 219 (85.94% from 255) = 36.5%
BLUE value IS 186 (73.05% from 255) = 31%
R=32.5%
G=36.5%
B=31%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1952191860.1100.150.14103.6431.4379.41
HexC3DBBAB0FE681f4f
Octal303333272130171615037117
Binary11000011110110111011101010110111111101101000111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3DBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3DBBA; }

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

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

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

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

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

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

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

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