#C1D6BD

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

Shades of Surf Crest #C1D6BD

Tints of Surf Crest #C1D6BD

Color information

#C1D6BD (or 0xC1D6BD) is unknown color: approx Surf Crest. HEX triplet: C1, D6 and BD. RGB value is (193,214,189). Sum of RGB (Red+Green+Blue) = 193+214+189=596 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.38% from 596); Green value is 214 (83.98% from 255 or 35.91% from 596); Blue value is 189 (74.22% from 255 or 31.71% from 596); Max value from RGB is 214 - color contains mainly: green. Hex color #C1D6BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1D6BD is #3E2942. Grayscale: #CCCCCC. Windows color (decimal): -4073795 or 12441281. OLE color: 12441281.

HSL color Cylindrical-coordinate representation of color #C1D6BD: hue angle of 110.4º degrees, saturation: 0.23, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C1D6BD is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB193214189-
CMYK0.1000.120.16
HSL110.4º23.36%79.02%-
HSV(B)110.4º11.68%83.92%-
XYZ55.2263.157.41-
YUV204.87119.04119.53-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 32.38%
GREEN value IS 214 (83.98% from 255) = 35.91%
BLUE value IS 189 (74.22% from 255) = 31.71%
R=32.38%
G=35.91%
B=31.71%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1932141890.1000.120.16110.423.3679.02
HexC1D6BDA0C106e174f
Octal301326275120142015627117
Binary110000011101011010111101101001100100001101110101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1D6BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1D6BD; }

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

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

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

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

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

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

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

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