#C4DCBF

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

Shades of Surf Crest #C4DCBF

Tints of Surf Crest #C4DCBF

Color information

#C4DCBF (or 0xC4DCBF) is unknown color: approx Surf Crest. HEX triplet: C4, DC and BF. RGB value is (196,220,191). Sum of RGB (Red+Green+Blue) = 196+220+191=607 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.29% from 607); Green value is 220 (86.33% from 255 or 36.24% from 607); Blue value is 191 (75% from 255 or 31.47% from 607); Max value from RGB is 220 - color contains mainly: green. Hex color #C4DCBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4DCBF is #3B2340. Grayscale: #D1D1D1. Windows color (decimal): -3875649 or 12573892. OLE color: 12573892.

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

Color convert

RGB196220191-
CMYK0.1100.130.14
HSL109.66º29.29%80.59%-
HSV(B)109.66º13.18%86.27%-
XYZ57.7666.6859.12-
YUV209.52117.55118.36-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 32.29%
GREEN value IS 220 (86.33% from 255) = 36.24%
BLUE value IS 191 (75% from 255) = 31.47%
R=32.29%
G=36.24%
B=31.47%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1962201910.1100.130.14109.6629.2980.59
HexC4DCBFB0DE6e1d51
Octal304334277130151615635121
Binary11000100110111001011111110110110111101101110111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4DCBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4DCBF; }

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

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

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

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

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

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

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

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