#C1DCBD

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

Shades of Surf Crest #C1DCBD

Tints of Surf Crest #C1DCBD

Color information

#C1DCBD (or 0xC1DCBD) is unknown color: approx Surf Crest. HEX triplet: C1, DC and BD. RGB value is (193,220,189). Sum of RGB (Red+Green+Blue) = 193+220+189=602 (79% of max value = 765). Red value is 193 (75.78% from 255 or 32.06% from 602); Green value is 220 (86.33% from 255 or 36.54% from 602); Blue value is 189 (74.22% from 255 or 31.40% from 602); Max value from RGB is 220 - color contains mainly: green. Hex color #C1DCBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1DCBD is #3E2342. Grayscale: #D0D0D0. Windows color (decimal): -4072259 or 12442817. OLE color: 12442817.

HSL color Cylindrical-coordinate representation of color #C1DCBD: hue angle of 112.26º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C1DCBD is Cyan = 0.12, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB193220189-
CMYK0.1200.140.14
HSL112.26º30.69%80.2%-
HSV(B)112.26º14.09%86.27%-
XYZ56.7766.257.93-
YUV208.39117.05117.02-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 32.06%
GREEN value IS 220 (86.33% from 255) = 36.54%
BLUE value IS 189 (74.22% from 255) = 31.40%
R=32.06%
G=36.54%
B=31.40%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1932201890.1200.140.14112.2630.6980.2
HexC1DCBDC0EE701f50
Octal301334275140161616037120
Binary11000001110111001011110111000111011101110000111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1DCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1DCBD; }

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

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

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

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

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

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

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

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