#C2D2BD

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

Shades of Surf Crest #C2D2BD

Tints of Surf Crest #C2D2BD

Color information

#C2D2BD (or 0xC2D2BD) is unknown color: approx Surf Crest. HEX triplet: C2, D2 and BD. RGB value is (194,210,189). Sum of RGB (Red+Green+Blue) = 194+210+189=593 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.72% from 593); Green value is 210 (82.42% from 255 or 35.41% from 593); Blue value is 189 (74.22% from 255 or 31.87% from 593); Max value from RGB is 210 - color contains mainly: green. Hex color #C2D2BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2D2BD is #3D2D42. Grayscale: #CACACA. Windows color (decimal): -4009283 or 12440258. OLE color: 12440258.

HSL color Cylindrical-coordinate representation of color #C2D2BD: hue angle of 105.71º 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 #C2D2BD is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB194210189-
CMYK0.0800.100.18
HSL105.71º18.92%78.24%-
HSV(B)105.71º10%82.35%-
XYZ54.4861.2457.09-
YUV202.82120.2121.71-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.72%
GREEN value IS 210 (82.42% from 255) = 35.41%
BLUE value IS 189 (74.22% from 255) = 31.87%
R=32.72%
G=35.41%
B=31.87%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1942101890.0800.100.18105.7118.9278.24
HexC2D2BD80A126a134e
Octal302322275100122215223116
Binary110000101101001010111101100001010100101101010100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2D2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2D2BD; }

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

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

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

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

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

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

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

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