#C3D5BB

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

Shades of Surf Crest #C3D5BB

Tints of Surf Crest #C3D5BB

Color information

#C3D5BB (or 0xC3D5BB) is unknown color: approx Surf Crest. HEX triplet: C3, D5 and BB. RGB value is (195,213,187). Sum of RGB (Red+Green+Blue) = 195+213+187=595 (78% of max value = 765). Red value is 195 (76.56% from 255 or 32.77% from 595); Green value is 213 (83.59% from 255 or 35.80% from 595); Blue value is 187 (73.44% from 255 or 31.43% from 595); Max value from RGB is 213 - color contains mainly: green. Hex color #C3D5BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3D5BB is #3C2A44. Grayscale: #CCCCCC. Windows color (decimal): -3942981 or 12309955. OLE color: 12309955.

HSL color Cylindrical-coordinate representation of color #C3D5BB: hue angle of 101.54º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C3D5BB is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB195213187-
CMYK0.0800.120.16
HSL101.54º23.64%78.43%-
HSV(B)101.54º12.21%83.53%-
XYZ55.2762.7856.22-
YUV204.65118.04121.11-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 32.77%
GREEN value IS 213 (83.59% from 255) = 35.80%
BLUE value IS 187 (73.44% from 255) = 31.43%
R=32.77%
G=35.80%
B=31.43%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1952131870.0800.120.16101.5423.6478.43
HexC3D5BB80C1066184e
Octal303325273100142014630116
Binary110000111101010110111011100001100100001100110110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3D5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3D5BB; }

 p { color: rgb(195,213,187); }

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

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

 a { background-color: rgb(195,213,187); }

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

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

 span { border-color: rgb(195,213,187); }

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