#C3D6BD

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

Shades of Surf Crest #C3D6BD

Tints of Surf Crest #C3D6BD

Color information

#C3D6BD (or 0xC3D6BD) is unknown color: approx Surf Crest. HEX triplet: C3, D6 and BD. RGB value is (195,214,189). Sum of RGB (Red+Green+Blue) = 195+214+189=598 (79% of max value = 765). Red value is 195 (76.56% from 255 or 32.61% from 598); Green value is 214 (83.98% from 255 or 35.79% from 598); Blue value is 189 (74.22% from 255 or 31.61% from 598); Max value from RGB is 214 - color contains mainly: green. Hex color #C3D6BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3D6BD is #3C2942. Grayscale: #CDCDCD. Windows color (decimal): -3942723 or 12441283. OLE color: 12441283.

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

Color convert

RGB195214189-
CMYK0.0900.120.16
HSL105.6º23.36%79.02%-
HSV(B)105.6º11.68%83.92%-
XYZ55.7463.3757.44-
YUV205.47118.71120.53-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 32.61%
GREEN value IS 214 (83.98% from 255) = 35.79%
BLUE value IS 189 (74.22% from 255) = 31.61%
R=32.61%
G=35.79%
B=31.61%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1952141890.0900.120.16105.623.3679.02
HexC3D6BD90C106a174f
Octal303326275110142015227117
Binary110000111101011010111101100101100100001101010101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3D6BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3D6BD; }

 p { color: rgb(195,214,189); }

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

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

 a { background-color: rgb(195,214,189); }

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

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

 span { border-color: rgb(195,214,189); }

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