#C1DBBA

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

Shades of Surf Crest #C1DBBA

Tints of Surf Crest #C1DBBA

Color information

#C1DBBA (or 0xC1DBBA) is unknown color: approx Surf Crest. HEX triplet: C1, DB and BA. RGB value is (193,219,186). Sum of RGB (Red+Green+Blue) = 193+219+186=598 (79% of max value = 765). Red value is 193 (75.78% from 255 or 32.27% from 598); Green value is 219 (85.94% from 255 or 36.62% from 598); Blue value is 186 (73.05% from 255 or 31.10% from 598); Max value from RGB is 219 - color contains mainly: green. Hex color #C1DBBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1DBBA is #3E2445. Grayscale: #CFCFCF. Windows color (decimal): -4072518 or 12245953. OLE color: 12245953.

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

Color convert

RGB193219186-
CMYK0.1200.150.14
HSL107.27º31.43%79.41%-
HSV(B)107.27º15.07%85.88%-
XYZ56.1965.5556.14-
YUV207.46115.89117.68-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 32.27%
GREEN value IS 219 (85.94% from 255) = 36.62%
BLUE value IS 186 (73.05% from 255) = 31.10%
R=32.27%
G=36.62%
B=31.10%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1932191860.1200.150.14107.2731.4379.41
HexC1DBBAC0FE6b1f4f
Octal301333272140171615337117
Binary11000001110110111011101011000111111101101011111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1DBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1DBBA; }

 p { color: rgb(193,219,186); }

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

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

 a { background-color: rgb(193,219,186); }

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

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

 span { border-color: rgb(193,219,186); }

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