#C4DBBA

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

Shades of Surf Crest #C4DBBA

Tints of Surf Crest #C4DBBA

Color information

#C4DBBA (or 0xC4DBBA) is unknown color: approx Surf Crest. HEX triplet: C4, DB and BA. RGB value is (196,219,186). Sum of RGB (Red+Green+Blue) = 196+219+186=601 (79% of max value = 765). Red value is 196 (76.95% from 255 or 32.61% from 601); Green value is 219 (85.94% from 255 or 36.44% from 601); Blue value is 186 (73.05% from 255 or 30.95% from 601); Max value from RGB is 219 - color contains mainly: green. Hex color #C4DBBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4DBBA is #3B2445. Grayscale: #D0D0D0. Windows color (decimal): -3875910 or 12245956. OLE color: 12245956.

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

Color convert

RGB196219186-
CMYK0.1100.150.14
HSL101.82º31.43%79.41%-
HSV(B)101.82º15.07%85.88%-
XYZ56.9665.9456.18-
YUV208.36115.38119.18-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 32.61%
GREEN value IS 219 (85.94% from 255) = 36.44%
BLUE value IS 186 (73.05% from 255) = 30.95%
R=32.61%
G=36.44%
B=30.95%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1962191860.1100.150.14101.8231.4379.41
HexC4DBBAB0FE661f4f
Octal304333272130171614637117
Binary11000100110110111011101010110111111101100110111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4DBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4DBBA; }

 p { color: rgb(196,219,186); }

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

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

 a { background-color: rgb(196,219,186); }

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

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

 span { border-color: rgb(196,219,186); }

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