#C1E0BD

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

Shades of Surf Crest #C1E0BD

Tints of Surf Crest #C1E0BD

Color information

#C1E0BD (or 0xC1E0BD) is unknown color: approx Surf Crest. HEX triplet: C1, E0 and BD. RGB value is (193,224,189). Sum of RGB (Red+Green+Blue) = 193+224+189=606 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.85% from 606); Green value is 224 (87.89% from 255 or 36.96% from 606); Blue value is 189 (74.22% from 255 or 31.19% from 606); Max value from RGB is 224 - color contains mainly: green. Hex color #C1E0BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1E0BD is #3E1F42. Grayscale: #D2D2D2. Windows color (decimal): -4071235 or 12443841. OLE color: 12443841.

HSL color Cylindrical-coordinate representation of color #C1E0BD: hue angle of 113.14º degrees, saturation: 0.36, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C1E0BD is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB193224189-
CMYK0.1400.160.12
HSL113.14º36.08%80.98%-
HSV(B)113.14º15.62%87.84%-
XYZ57.8368.3258.28-
YUV210.74115.73115.35-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 31.85%
GREEN value IS 224 (87.89% from 255) = 36.96%
BLUE value IS 189 (74.22% from 255) = 31.19%
R=31.85%
G=36.96%
B=31.19%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1932241890.1400.160.12113.1436.0880.98
HexC1E0BDE010C712451
Octal301340275160201416144121
Binary1100000111100000101111011110010000110011100011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1E0BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1E0BD; }

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

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

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

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

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

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

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

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