#C3D4BB

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

Shades of Surf Crest #C3D4BB

Tints of Surf Crest #C3D4BB

Color information

#C3D4BB (or 0xC3D4BB) is unknown color: approx Surf Crest. HEX triplet: C3, D4 and BB. RGB value is (195,212,187). Sum of RGB (Red+Green+Blue) = 195+212+187=594 (78% of max value = 765). Red value is 195 (76.56% from 255 or 32.83% from 594); Green value is 212 (83.20% from 255 or 35.69% from 594); Blue value is 187 (73.44% from 255 or 31.48% from 594); Max value from RGB is 212 - color contains mainly: green. Hex color #C3D4BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3D4BB is #3C2B44. Grayscale: #CCCCCC. Windows color (decimal): -3943237 or 12309699. OLE color: 12309699.

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

Color convert

RGB195212187-
CMYK0.0800.120.17
HSL100.8º22.52%78.24%-
HSV(B)100.8º11.79%83.14%-
XYZ55.0262.2856.13-
YUV204.07118.37121.53-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 32.83%
GREEN value IS 212 (83.20% from 255) = 35.69%
BLUE value IS 187 (73.44% from 255) = 31.48%
R=32.83%
G=35.69%
B=31.48%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1952121870.0800.120.17100.822.5278.24
HexC3D4BB80C1165174e
Octal303324273100142114527116
Binary110000111101010010111011100001100100011100101101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3D4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3D4BB; }

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

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

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

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

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

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

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

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