#C1DDBD

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

Shades of Surf Crest #C1DDBD

Tints of Surf Crest #C1DDBD

Color information

#C1DDBD (or 0xC1DDBD) is unknown color: approx Surf Crest. HEX triplet: C1, DD and BD. RGB value is (193,221,189). Sum of RGB (Red+Green+Blue) = 193+221+189=603 (79% of max value = 765). Red value is 193 (75.78% from 255 or 32.01% from 603); Green value is 221 (86.72% from 255 or 36.65% from 603); Blue value is 189 (74.22% from 255 or 31.34% from 603); Max value from RGB is 221 - color contains mainly: green. Hex color #C1DDBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1DDBD is #3E2242. Grayscale: #D1D1D1. Windows color (decimal): -4072003 or 12443073. OLE color: 12443073.

HSL color Cylindrical-coordinate representation of color #C1DDBD: hue angle of 112.5º 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 #C1DDBD is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB193221189-
CMYK0.1300.140.13
HSL112.5º32%80.39%-
HSV(B)112.5º14.48%86.67%-
XYZ57.0366.7258.02-
YUV208.98116.72116.6-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 32.01%
GREEN value IS 221 (86.72% from 255) = 36.65%
BLUE value IS 189 (74.22% from 255) = 31.34%
R=32.01%
G=36.65%
B=31.34%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1932211890.1300.140.13112.53280.39
HexC1DDBDD0ED702050
Octal301335275150161516040120
Binary110000011101110110111101110101110110111100001000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1DDBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1DDBD; }

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

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

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

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

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

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

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

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