#C5DDBE

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

Shades of Surf Crest #C5DDBE

Tints of Surf Crest #C5DDBE

Color information

#C5DDBE (or 0xC5DDBE) is unknown color: approx Surf Crest. HEX triplet: C5, DD and BE. RGB value is (197,221,190). Sum of RGB (Red+Green+Blue) = 197+221+190=608 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.40% from 608); Green value is 221 (86.72% from 255 or 36.35% from 608); Blue value is 190 (74.61% from 255 or 31.25% from 608); Max value from RGB is 221 - color contains mainly: green. Hex color #C5DDBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DDBE is #3A2241. Grayscale: #D2D2D2. Windows color (decimal): -3809858 or 12508613. OLE color: 12508613.

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

Color convert

RGB197221190-
CMYK0.1100.140.13
HSL106.45º31.31%80.59%-
HSV(B)106.45º14.03%86.67%-
XYZ58.1867.358.64-
YUV210.29116.55118.52-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 32.40%
GREEN value IS 221 (86.72% from 255) = 36.35%
BLUE value IS 190 (74.61% from 255) = 31.25%
R=32.40%
G=36.35%
B=31.25%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1972211900.1100.140.13106.4531.3180.59
HexC5DDBEB0ED6a1f51
Octal305335276130161515237121
Binary11000101110111011011111010110111011011101010111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5DDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5DDBE; }

 p { color: rgb(197,221,190); }

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

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

 a { background-color: rgb(197,221,190); }

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

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

 span { border-color: rgb(197,221,190); }

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