#C4D2BD

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

Shades of Surf Crest #C4D2BD

Tints of Surf Crest #C4D2BD

Color information

#C4D2BD (or 0xC4D2BD) is unknown color: approx Surf Crest. HEX triplet: C4, D2 and BD. RGB value is (196,210,189). Sum of RGB (Red+Green+Blue) = 196+210+189=595 (78% of max value = 765). Red value is 196 (76.95% from 255 or 32.94% from 595); Green value is 210 (82.42% from 255 or 35.29% from 595); Blue value is 189 (74.22% from 255 or 31.76% from 595); Max value from RGB is 210 - color contains mainly: green. Hex color #C4D2BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4D2BD is #3B2D42. Grayscale: #CBCBCB. Windows color (decimal): -3878211 or 12440260. OLE color: 12440260.

HSL color Cylindrical-coordinate representation of color #C4D2BD: hue angle of 100º degrees, saturation: 0.19, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C4D2BD is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB196210189-
CMYK0.0700.100.18
HSL100º18.92%78.24%-
HSV(B)100º10%82.35%-
XYZ5561.557.12-
YUV203.42119.86122.71-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 32.94%
GREEN value IS 210 (82.42% from 255) = 35.29%
BLUE value IS 189 (74.22% from 255) = 31.76%
R=32.94%
G=35.29%
B=31.76%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1962101890.0700.100.1810018.9278.24
HexC4D2BD70A1264134e
Octal30432227570122214423116
Binary11000100110100101011110111101010100101100100100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4D2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4D2BD; }

 p { color: rgb(196,210,189); }

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

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

 a { background-color: rgb(196,210,189); }

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

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

 span { border-color: rgb(196,210,189); }

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