#C2CDBE

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

Shades of Surf Crest #C2CDBE

Tints of Surf Crest #C2CDBE

Color information

#C2CDBE (or 0xC2CDBE) is unknown color: approx Surf Crest. HEX triplet: C2, CD and BE. RGB value is (194,205,190). Sum of RGB (Red+Green+Blue) = 194+205+190=589 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.94% from 589); Green value is 205 (80.47% from 255 or 34.80% from 589); Blue value is 190 (74.61% from 255 or 32.26% from 589); Max value from RGB is 205 - color contains mainly: green. Hex color #C2CDBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CDBE is #3D3241. Grayscale: #C8C8C8. Windows color (decimal): -4010562 or 12504514. OLE color: 12504514.

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

Color convert

RGB194205190-
CMYK0.0500.070.20
HSL104º13.04%77.45%-
HSV(B)104º7.32%80.39%-
XYZ53.3758.8557.26-
YUV200122.36123.72-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.94%
GREEN value IS 205 (80.47% from 255) = 34.80%
BLUE value IS 190 (74.61% from 255) = 32.26%
R=32.94%
G=34.80%
B=32.26%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1942051900.0500.070.2010413.0477.45
HexC2CDBE5071468d4d
Octal3023152765072415015115
Binary110000101100110110111110101011110100110100011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2CDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2CDBE; }

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

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

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

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

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

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

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

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