#C2CDBB

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

Shades of Surf Crest #C2CDBB

Tints of Surf Crest #C2CDBB

Color information

#C2CDBB (or 0xC2CDBB) is unknown color: approx Surf Crest. HEX triplet: C2, CD and BB. RGB value is (194,205,187). Sum of RGB (Red+Green+Blue) = 194+205+187=586 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.11% from 586); Green value is 205 (80.47% from 255 or 34.98% from 586); Blue value is 187 (73.44% from 255 or 31.91% from 586); Max value from RGB is 205 - color contains mainly: green. Hex color #C2CDBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CDBB is #3D3244. Grayscale: #C7C7C7. Windows color (decimal): -4010565 or 12307906. OLE color: 12307906.

HSL color Cylindrical-coordinate representation of color #C2CDBB: hue angle of 96.67º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C2CDBB is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB194205187-
CMYK0.0500.090.20
HSL96.67º15.25%76.86%-
HSV(B)96.67º8.78%80.39%-
XYZ53.0558.7255.55-
YUV199.66120.86123.96-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.11%
GREEN value IS 205 (80.47% from 255) = 34.98%
BLUE value IS 187 (73.44% from 255) = 31.91%
R=33.11%
G=34.98%
B=31.91%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1942051870.0500.090.2096.6715.2576.86
HexC2CDBB5091461f4d
Octal30231527350112414117115
Binary1100001011001101101110111010100110100110000111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2CDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2CDBB; }

 p { color: rgb(194,205,187); }

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

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

 a { background-color: rgb(194,205,187); }

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

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

 span { border-color: rgb(194,205,187); }

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