#C5DDBD

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

Shades of Surf Crest #C5DDBD

Tints of Surf Crest #C5DDBD

Color information

#C5DDBD (or 0xC5DDBD) is unknown color: approx Surf Crest. HEX triplet: C5, DD and BD. RGB value is (197,221,189). Sum of RGB (Red+Green+Blue) = 197+221+189=607 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.45% from 607); Green value is 221 (86.72% from 255 or 36.41% from 607); Blue value is 189 (74.22% from 255 or 31.14% from 607); Max value from RGB is 221 - color contains mainly: green. Hex color #C5DDBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DDBD is #3A2242. Grayscale: #D2D2D2. Windows color (decimal): -3809859 or 12443077. OLE color: 12443077.

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

Color convert

RGB197221189-
CMYK0.1100.140.13
HSL105º32%80.39%-
HSV(B)105º14.48%86.67%-
XYZ58.0767.2658.07-
YUV210.18116.05118.6-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 32.45%
GREEN value IS 221 (86.72% from 255) = 36.41%
BLUE value IS 189 (74.22% from 255) = 31.14%
R=32.45%
G=36.41%
B=31.14%

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
Decimal1972211890.1100.140.131053280.39
HexC5DDBDB0ED692050
Octal305335275130161515140120
Binary110001011101110110111101101101110110111010011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5DDBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5DDBD; }

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

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

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

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

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

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

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

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