#C1DEBF

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

Shades of Surf Crest #C1DEBF

Tints of Surf Crest #C1DEBF

Color information

#C1DEBF (or 0xC1DEBF) is unknown color: approx Surf Crest. HEX triplet: C1, DE and BF. RGB value is (193,222,191). Sum of RGB (Red+Green+Blue) = 193+222+191=606 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.85% from 606); Green value is 222 (87.11% from 255 or 36.63% from 606); Blue value is 191 (75% from 255 or 31.52% from 606); Max value from RGB is 222 - color contains mainly: green. Hex color #C1DEBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1DEBF is #3E2140. Grayscale: #D1D1D1. Windows color (decimal): -4071745 or 12574401. OLE color: 12574401.

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

Color convert

RGB193222191-
CMYK0.1300.140.13
HSL116.13º31.96%80.98%-
HSV(B)116.13º13.96%87.06%-
XYZ57.5267.3459.26-
YUV209.8117.39116.02-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 31.85%
GREEN value IS 222 (87.11% from 255) = 36.63%
BLUE value IS 191 (75% from 255) = 31.52%
R=31.85%
G=36.63%
B=31.52%

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
Decimal1932221910.1300.140.13116.1331.9680.98
HexC1DEBFD0ED742051
Octal301336277150161516440121
Binary110000011101111010111111110101110110111101001000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1DEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1DEBF; }

 p { color: rgb(193,222,191); }

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

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

 a { background-color: rgb(193,222,191); }

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

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

 span { border-color: rgb(193,222,191); }

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