#C4D3BF

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

Shades of Surf Crest #C4D3BF

Tints of Surf Crest #C4D3BF

Color information

#C4D3BF (or 0xC4D3BF) is unknown color: approx Surf Crest. HEX triplet: C4, D3 and BF. RGB value is (196,211,191). Sum of RGB (Red+Green+Blue) = 196+211+191=598 (79% of max value = 765). Red value is 196 (76.95% from 255 or 32.78% from 598); Green value is 211 (82.81% from 255 or 35.28% from 598); Blue value is 191 (75% from 255 or 31.94% from 598); Max value from RGB is 211 - color contains mainly: green. Hex color #C4D3BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4D3BF is #3B2C40. Grayscale: #CCCCCC. Windows color (decimal): -3877953 or 12571588. OLE color: 12571588.

HSL color Cylindrical-coordinate representation of color #C4D3BF: hue angle of 105º degrees, saturation: 0.19, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C4D3BF is Cyan = 0.07, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.17.

Color convert

RGB196211191-
CMYK0.0700.090.17
HSL105º18.52%78.82%-
HSV(B)105º9.48%82.75%-
XYZ55.4662.0958.35-
YUV204.24120.53122.13-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 32.78%
GREEN value IS 211 (82.81% from 255) = 35.28%
BLUE value IS 191 (75% from 255) = 31.94%
R=32.78%
G=35.28%
B=31.94%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1962111910.0700.090.1710518.5278.82
HexC4D3BF7091169134f
Octal30432327770112115123117
Binary11000100110100111011111111101001100011101001100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4D3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4D3BF; }

 p { color: rgb(196,211,191); }

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

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

 a { background-color: rgb(196,211,191); }

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

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

 span { border-color: rgb(196,211,191); }

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